|
@@ -0,0 +1,2649 @@
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
+# It is not intended for manual editing.
|
|
|
+version = 4
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aho-corasick"
|
|
|
+version = "1.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "allocator-api2"
|
|
|
+version = "0.2.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "annotate-snippets"
|
|
|
+version = "0.9.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
|
|
|
+dependencies = [
|
|
|
+ "unicode-width",
|
|
|
+ "yansi-term",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-attributes"
|
|
|
+version = "1.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
|
|
+dependencies = [
|
|
|
+ "quote",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-channel"
|
|
|
+version = "1.9.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
|
|
+dependencies = [
|
|
|
+ "concurrent-queue",
|
|
|
+ "event-listener 2.5.3",
|
|
|
+ "futures-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-channel"
|
|
|
+version = "2.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
|
|
+dependencies = [
|
|
|
+ "concurrent-queue",
|
|
|
+ "event-listener-strategy",
|
|
|
+ "futures-core",
|
|
|
+ "pin-project-lite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-executor"
|
|
|
+version = "1.13.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
|
|
|
+dependencies = [
|
|
|
+ "async-task",
|
|
|
+ "concurrent-queue",
|
|
|
+ "fastrand 2.3.0",
|
|
|
+ "futures-lite 2.6.0",
|
|
|
+ "slab",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-global-executor"
|
|
|
+version = "2.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
|
|
+dependencies = [
|
|
|
+ "async-channel 2.3.1",
|
|
|
+ "async-executor",
|
|
|
+ "async-io 2.4.0",
|
|
|
+ "async-lock 3.4.0",
|
|
|
+ "blocking",
|
|
|
+ "futures-lite 2.6.0",
|
|
|
+ "once_cell",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-io"
|
|
|
+version = "1.13.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
|
|
+dependencies = [
|
|
|
+ "async-lock 2.8.0",
|
|
|
+ "autocfg",
|
|
|
+ "cfg-if",
|
|
|
+ "concurrent-queue",
|
|
|
+ "futures-lite 1.13.0",
|
|
|
+ "log",
|
|
|
+ "parking",
|
|
|
+ "polling 2.8.0",
|
|
|
+ "rustix 0.37.28",
|
|
|
+ "slab",
|
|
|
+ "socket2",
|
|
|
+ "waker-fn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-io"
|
|
|
+version = "2.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
|
|
+dependencies = [
|
|
|
+ "async-lock 3.4.0",
|
|
|
+ "cfg-if",
|
|
|
+ "concurrent-queue",
|
|
|
+ "futures-io",
|
|
|
+ "futures-lite 2.6.0",
|
|
|
+ "parking",
|
|
|
+ "polling 3.7.4",
|
|
|
+ "rustix 0.38.44",
|
|
|
+ "slab",
|
|
|
+ "tracing",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-lock"
|
|
|
+version = "2.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
|
|
+dependencies = [
|
|
|
+ "event-listener 2.5.3",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-lock"
|
|
|
+version = "3.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
|
|
+dependencies = [
|
|
|
+ "event-listener 5.4.0",
|
|
|
+ "event-listener-strategy",
|
|
|
+ "pin-project-lite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-std"
|
|
|
+version = "1.13.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
|
|
|
+dependencies = [
|
|
|
+ "async-attributes",
|
|
|
+ "async-channel 1.9.0",
|
|
|
+ "async-global-executor",
|
|
|
+ "async-io 2.4.0",
|
|
|
+ "async-lock 3.4.0",
|
|
|
+ "crossbeam-utils",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-io",
|
|
|
+ "futures-lite 2.6.0",
|
|
|
+ "gloo-timers",
|
|
|
+ "kv-log-macro",
|
|
|
+ "log",
|
|
|
+ "memchr",
|
|
|
+ "once_cell",
|
|
|
+ "pin-project-lite",
|
|
|
+ "pin-utils",
|
|
|
+ "slab",
|
|
|
+ "wasm-bindgen-futures",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-task"
|
|
|
+version = "4.7.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "atoi"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
|
|
+dependencies = [
|
|
|
+ "num-traits",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "atomic-waker"
|
|
|
+version = "1.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "autocfg"
|
|
|
+version = "1.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "base64"
|
|
|
+version = "0.22.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "base64ct"
|
|
|
+version = "1.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "1.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "2.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "block-buffer"
|
|
|
+version = "0.10.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
+dependencies = [
|
|
|
+ "generic-array",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "blocking"
|
|
|
+version = "1.6.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
|
|
+dependencies = [
|
|
|
+ "async-channel 2.3.1",
|
|
|
+ "async-task",
|
|
|
+ "futures-io",
|
|
|
+ "futures-lite 2.6.0",
|
|
|
+ "piper",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bumpalo"
|
|
|
+version = "3.16.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "byte_reader"
|
|
|
+version = "3.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3aad623c0c9416ec94524edd23af3f3e2fd16d1ec7d41c940084c05f77e35c96"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "byteorder"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bytes"
|
|
|
+version = "1.9.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cc"
|
|
|
+version = "1.2.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
|
|
|
+dependencies = [
|
|
|
+ "shlex",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-if"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg_aliases"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "concurrent-queue"
|
|
|
+version = "2.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
+dependencies = [
|
|
|
+ "crossbeam-utils",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "const-oid"
|
|
|
+version = "0.9.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "convert_case"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "core-foundation"
|
|
|
+version = "0.9.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
+dependencies = [
|
|
|
+ "core-foundation-sys",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "core-foundation-sys"
|
|
|
+version = "0.8.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cpufeatures"
|
|
|
+version = "0.2.17"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "crc"
|
|
|
+version = "3.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
|
|
+dependencies = [
|
|
|
+ "crc-catalog",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "crc-catalog"
|
|
|
+version = "2.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "crossbeam-queue"
|
|
|
+version = "0.3.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
|
+dependencies = [
|
|
|
+ "crossbeam-utils",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "crossbeam-utils"
|
|
|
+version = "0.8.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "crypto-common"
|
|
|
+version = "0.1.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
+dependencies = [
|
|
|
+ "generic-array",
|
|
|
+ "typenum",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ctrlc"
|
|
|
+version = "3.4.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
|
|
|
+dependencies = [
|
|
|
+ "nix",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "der"
|
|
|
+version = "0.7.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
|
|
+dependencies = [
|
|
|
+ "const-oid",
|
|
|
+ "pem-rfc7468",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "derive_more"
|
|
|
+version = "0.99.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
|
|
+dependencies = [
|
|
|
+ "convert_case",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "rustc_version",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "digest"
|
|
|
+version = "0.10.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
+dependencies = [
|
|
|
+ "block-buffer",
|
|
|
+ "const-oid",
|
|
|
+ "crypto-common",
|
|
|
+ "subtle",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "displaydoc"
|
|
|
+version = "0.2.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dotenvy"
|
|
|
+version = "0.15.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dtoa"
|
|
|
+version = "1.0.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "either"
|
|
|
+version = "1.13.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "equivalent"
|
|
|
+version = "1.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "errno"
|
|
|
+version = "0.3.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "etcetera"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "home",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "event-listener"
|
|
|
+version = "2.5.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "event-listener"
|
|
|
+version = "5.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
|
|
+dependencies = [
|
|
|
+ "concurrent-queue",
|
|
|
+ "parking",
|
|
|
+ "pin-project-lite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "event-listener-strategy"
|
|
|
+version = "0.5.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
|
|
|
+dependencies = [
|
|
|
+ "event-listener 5.4.0",
|
|
|
+ "pin-project-lite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "fastrand"
|
|
|
+version = "1.9.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
+dependencies = [
|
|
|
+ "instant",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "fastrand"
|
|
|
+version = "2.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "flume"
|
|
|
+version = "0.11.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "futures-sink",
|
|
|
+ "spin",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "foldhash"
|
|
|
+version = "0.1.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "foreign-types"
|
|
|
+version = "0.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
+dependencies = [
|
|
|
+ "foreign-types-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "foreign-types-shared"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "form_urlencoded"
|
|
|
+version = "1.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
|
+dependencies = [
|
|
|
+ "percent-encoding",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "framework_benchmarks"
|
|
|
+version = "0.21.0"
|
|
|
+dependencies = [
|
|
|
+ "futures-util",
|
|
|
+ "ohkami",
|
|
|
+ "rand",
|
|
|
+ "sqlx",
|
|
|
+ "yarte",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "framework_benchmarks-async-std"
|
|
|
+version = "0.0.0"
|
|
|
+dependencies = [
|
|
|
+ "async-std",
|
|
|
+ "framework_benchmarks",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-channel"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "futures-sink",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-core"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-executor"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "futures-task",
|
|
|
+ "futures-util",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-intrusive"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "lock_api",
|
|
|
+ "parking_lot",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-io"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-lite"
|
|
|
+version = "1.13.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
|
+dependencies = [
|
|
|
+ "fastrand 1.9.0",
|
|
|
+ "futures-core",
|
|
|
+ "futures-io",
|
|
|
+ "memchr",
|
|
|
+ "parking",
|
|
|
+ "pin-project-lite",
|
|
|
+ "waker-fn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-lite"
|
|
|
+version = "2.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
|
|
|
+dependencies = [
|
|
|
+ "fastrand 2.3.0",
|
|
|
+ "futures-core",
|
|
|
+ "futures-io",
|
|
|
+ "parking",
|
|
|
+ "pin-project-lite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-macro"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-sink"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-task"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-util"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "futures-io",
|
|
|
+ "futures-macro",
|
|
|
+ "futures-sink",
|
|
|
+ "futures-task",
|
|
|
+ "memchr",
|
|
|
+ "pin-project-lite",
|
|
|
+ "pin-utils",
|
|
|
+ "slab",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "generic-array"
|
|
|
+version = "0.14.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
+dependencies = [
|
|
|
+ "typenum",
|
|
|
+ "version_check",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "getrandom"
|
|
|
+version = "0.2.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "wasi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gloo-timers"
|
|
|
+version = "0.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
|
|
+dependencies = [
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "js-sys",
|
|
|
+ "wasm-bindgen",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.15.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
+dependencies = [
|
|
|
+ "allocator-api2",
|
|
|
+ "equivalent",
|
|
|
+ "foldhash",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashlink"
|
|
|
+version = "0.10.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
|
+dependencies = [
|
|
|
+ "hashbrown",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "heck"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hermit-abi"
|
|
|
+version = "0.3.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hermit-abi"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hex"
|
|
|
+version = "0.4.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hkdf"
|
|
|
+version = "0.12.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
|
+dependencies = [
|
|
|
+ "hmac",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hmac"
|
|
|
+version = "0.12.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
+dependencies = [
|
|
|
+ "digest",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "home"
|
|
|
+version = "0.5.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_collections"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
+dependencies = [
|
|
|
+ "displaydoc",
|
|
|
+ "yoke",
|
|
|
+ "zerofrom",
|
|
|
+ "zerovec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_locid"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
+dependencies = [
|
|
|
+ "displaydoc",
|
|
|
+ "litemap",
|
|
|
+ "tinystr",
|
|
|
+ "writeable",
|
|
|
+ "zerovec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_locid_transform"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
+dependencies = [
|
|
|
+ "displaydoc",
|
|
|
+ "icu_locid",
|
|
|
+ "icu_locid_transform_data",
|
|
|
+ "icu_provider",
|
|
|
+ "tinystr",
|
|
|
+ "zerovec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_locid_transform_data"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_normalizer"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
+dependencies = [
|
|
|
+ "displaydoc",
|
|
|
+ "icu_collections",
|
|
|
+ "icu_normalizer_data",
|
|
|
+ "icu_properties",
|
|
|
+ "icu_provider",
|
|
|
+ "smallvec",
|
|
|
+ "utf16_iter",
|
|
|
+ "utf8_iter",
|
|
|
+ "write16",
|
|
|
+ "zerovec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_normalizer_data"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_properties"
|
|
|
+version = "1.5.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
+dependencies = [
|
|
|
+ "displaydoc",
|
|
|
+ "icu_collections",
|
|
|
+ "icu_locid_transform",
|
|
|
+ "icu_properties_data",
|
|
|
+ "icu_provider",
|
|
|
+ "tinystr",
|
|
|
+ "zerovec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_properties_data"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_provider"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
+dependencies = [
|
|
|
+ "displaydoc",
|
|
|
+ "icu_locid",
|
|
|
+ "icu_provider_macros",
|
|
|
+ "stable_deref_trait",
|
|
|
+ "tinystr",
|
|
|
+ "writeable",
|
|
|
+ "yoke",
|
|
|
+ "zerofrom",
|
|
|
+ "zerovec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "icu_provider_macros"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "idna"
|
|
|
+version = "1.0.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
+dependencies = [
|
|
|
+ "idna_adapter",
|
|
|
+ "smallvec",
|
|
|
+ "utf8_iter",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "idna_adapter"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
+dependencies = [
|
|
|
+ "icu_normalizer",
|
|
|
+ "icu_properties",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "indexmap"
|
|
|
+version = "2.7.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
|
|
+dependencies = [
|
|
|
+ "equivalent",
|
|
|
+ "hashbrown",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "instant"
|
|
|
+version = "0.1.13"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "io-lifetimes"
|
|
|
+version = "1.0.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
|
+dependencies = [
|
|
|
+ "hermit-abi 0.3.9",
|
|
|
+ "libc",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "itoa"
|
|
|
+version = "1.0.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "js-sys"
|
|
|
+version = "0.3.77"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
|
+dependencies = [
|
|
|
+ "once_cell",
|
|
|
+ "wasm-bindgen",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "kv-log-macro"
|
|
|
+version = "1.0.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "lazy_static"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
+dependencies = [
|
|
|
+ "spin",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libc"
|
|
|
+version = "0.2.169"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libm"
|
|
|
+version = "0.2.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libsqlite3-sys"
|
|
|
+version = "0.30.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
|
|
+dependencies = [
|
|
|
+ "pkg-config",
|
|
|
+ "vcpkg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "linux-raw-sys"
|
|
|
+version = "0.3.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "linux-raw-sys"
|
|
|
+version = "0.4.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "litemap"
|
|
|
+version = "0.7.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "lock_api"
|
|
|
+version = "0.4.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "scopeguard",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "log"
|
|
|
+version = "0.4.25"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
|
|
+dependencies = [
|
|
|
+ "value-bag",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "md-5"
|
|
|
+version = "0.10.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "digest",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "memchr"
|
|
|
+version = "2.7.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mews"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "21788e6e675e8f19754e8c520ed420977ebade2867e2ff8363357b68c2ef8e8a"
|
|
|
+dependencies = [
|
|
|
+ "async-std",
|
|
|
+ "base64",
|
|
|
+ "sha1",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "native-tls"
|
|
|
+version = "0.2.13"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "log",
|
|
|
+ "openssl",
|
|
|
+ "openssl-probe",
|
|
|
+ "openssl-sys",
|
|
|
+ "schannel",
|
|
|
+ "security-framework",
|
|
|
+ "security-framework-sys",
|
|
|
+ "tempfile",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "nix"
|
|
|
+version = "0.29.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.8.0",
|
|
|
+ "cfg-if",
|
|
|
+ "cfg_aliases",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-bigint-dig"
|
|
|
+version = "0.8.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
|
+dependencies = [
|
|
|
+ "byteorder",
|
|
|
+ "lazy_static",
|
|
|
+ "libm",
|
|
|
+ "num-integer",
|
|
|
+ "num-iter",
|
|
|
+ "num-traits",
|
|
|
+ "rand",
|
|
|
+ "smallvec",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-integer"
|
|
|
+version = "0.1.46"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
+dependencies = [
|
|
|
+ "num-traits",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-iter"
|
|
|
+version = "0.1.45"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "num-integer",
|
|
|
+ "num-traits",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-traits"
|
|
|
+version = "0.2.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "libm",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ohkami"
|
|
|
+version = "0.21.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "37844b8da12eece89bd239e4d8cb7d7dad07978f6f20b3917d6fe7c289361f58"
|
|
|
+dependencies = [
|
|
|
+ "async-std",
|
|
|
+ "base64",
|
|
|
+ "byte_reader",
|
|
|
+ "ctrlc",
|
|
|
+ "futures-util",
|
|
|
+ "hmac",
|
|
|
+ "mews",
|
|
|
+ "ohkami_lib",
|
|
|
+ "ohkami_macros",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sha2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ohkami_lib"
|
|
|
+version = "0.21.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e95fa8274aba0c04904453fdd847898faf86856f7e80180305a51a5636338ed8"
|
|
|
+dependencies = [
|
|
|
+ "byte_reader",
|
|
|
+ "percent-encoding",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ohkami_macros"
|
|
|
+version = "0.21.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f326ade375c9f24daa9c029f2f6019bff9157bb780239839a6e4ce9aa136178f"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "once_cell"
|
|
|
+version = "1.20.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "openssl"
|
|
|
+version = "0.10.69"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.8.0",
|
|
|
+ "cfg-if",
|
|
|
+ "foreign-types",
|
|
|
+ "libc",
|
|
|
+ "once_cell",
|
|
|
+ "openssl-macros",
|
|
|
+ "openssl-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "openssl-macros"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "openssl-probe"
|
|
|
+version = "0.1.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "openssl-sys"
|
|
|
+version = "0.9.104"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "libc",
|
|
|
+ "pkg-config",
|
|
|
+ "vcpkg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "parking"
|
|
|
+version = "2.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "parking_lot"
|
|
|
+version = "0.12.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
|
+dependencies = [
|
|
|
+ "lock_api",
|
|
|
+ "parking_lot_core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "parking_lot_core"
|
|
|
+version = "0.9.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "redox_syscall",
|
|
|
+ "smallvec",
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pem-rfc7468"
|
|
|
+version = "0.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
|
+dependencies = [
|
|
|
+ "base64ct",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "percent-encoding"
|
|
|
+version = "2.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-project-lite"
|
|
|
+version = "0.2.16"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-utils"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "piper"
|
|
|
+version = "0.2.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
|
|
+dependencies = [
|
|
|
+ "atomic-waker",
|
|
|
+ "fastrand 2.3.0",
|
|
|
+ "futures-io",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pkcs1"
|
|
|
+version = "0.7.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
|
+dependencies = [
|
|
|
+ "der",
|
|
|
+ "pkcs8",
|
|
|
+ "spki",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pkcs8"
|
|
|
+version = "0.10.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
+dependencies = [
|
|
|
+ "der",
|
|
|
+ "spki",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pkg-config"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "polling"
|
|
|
+version = "2.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "cfg-if",
|
|
|
+ "concurrent-queue",
|
|
|
+ "libc",
|
|
|
+ "log",
|
|
|
+ "pin-project-lite",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "polling"
|
|
|
+version = "3.7.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "concurrent-queue",
|
|
|
+ "hermit-abi 0.4.0",
|
|
|
+ "pin-project-lite",
|
|
|
+ "rustix 0.38.44",
|
|
|
+ "tracing",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ppv-lite86"
|
|
|
+version = "0.2.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
+dependencies = [
|
|
|
+ "zerocopy",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "prettyplease"
|
|
|
+version = "0.1.25"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro2"
|
|
|
+version = "1.0.93"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
|
|
+dependencies = [
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "quote"
|
|
|
+version = "1.0.38"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rand"
|
|
|
+version = "0.8.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "rand_chacha",
|
|
|
+ "rand_core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rand_chacha"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
+dependencies = [
|
|
|
+ "ppv-lite86",
|
|
|
+ "rand_core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rand_core"
|
|
|
+version = "0.6.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
+dependencies = [
|
|
|
+ "getrandom",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "redox_syscall"
|
|
|
+version = "0.5.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.8.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex"
|
|
|
+version = "1.11.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
+dependencies = [
|
|
|
+ "aho-corasick",
|
|
|
+ "memchr",
|
|
|
+ "regex-automata",
|
|
|
+ "regex-syntax",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-automata"
|
|
|
+version = "0.4.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
+dependencies = [
|
|
|
+ "aho-corasick",
|
|
|
+ "memchr",
|
|
|
+ "regex-syntax",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-syntax"
|
|
|
+version = "0.8.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rsa"
|
|
|
+version = "0.9.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
|
|
|
+dependencies = [
|
|
|
+ "const-oid",
|
|
|
+ "digest",
|
|
|
+ "num-bigint-dig",
|
|
|
+ "num-integer",
|
|
|
+ "num-traits",
|
|
|
+ "pkcs1",
|
|
|
+ "pkcs8",
|
|
|
+ "rand_core",
|
|
|
+ "signature",
|
|
|
+ "spki",
|
|
|
+ "subtle",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustc_version"
|
|
|
+version = "0.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
+dependencies = [
|
|
|
+ "semver",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustix"
|
|
|
+version = "0.37.28"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "errno",
|
|
|
+ "io-lifetimes",
|
|
|
+ "libc",
|
|
|
+ "linux-raw-sys 0.3.8",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustix"
|
|
|
+version = "0.38.44"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.8.0",
|
|
|
+ "errno",
|
|
|
+ "libc",
|
|
|
+ "linux-raw-sys 0.4.15",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustversion"
|
|
|
+version = "1.0.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ryu"
|
|
|
+version = "1.0.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "schannel"
|
|
|
+version = "0.1.27"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "scopeguard"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "security-framework"
|
|
|
+version = "2.11.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.8.0",
|
|
|
+ "core-foundation",
|
|
|
+ "core-foundation-sys",
|
|
|
+ "libc",
|
|
|
+ "security-framework-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "security-framework-sys"
|
|
|
+version = "2.14.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
|
|
+dependencies = [
|
|
|
+ "core-foundation-sys",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "semver"
|
|
|
+version = "1.0.25"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde"
|
|
|
+version = "1.0.217"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
|
|
+dependencies = [
|
|
|
+ "serde_derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_derive"
|
|
|
+version = "1.0.217"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_json"
|
|
|
+version = "1.0.137"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
|
|
+dependencies = [
|
|
|
+ "itoa",
|
|
|
+ "memchr",
|
|
|
+ "ryu",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_urlencoded"
|
|
|
+version = "0.7.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
+dependencies = [
|
|
|
+ "form_urlencoded",
|
|
|
+ "itoa",
|
|
|
+ "ryu",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sha1"
|
|
|
+version = "0.10.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "cpufeatures",
|
|
|
+ "digest",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sha2"
|
|
|
+version = "0.10.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "cpufeatures",
|
|
|
+ "digest",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "shlex"
|
|
|
+version = "1.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "signature"
|
|
|
+version = "2.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
|
+dependencies = [
|
|
|
+ "digest",
|
|
|
+ "rand_core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "slab"
|
|
|
+version = "0.4.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "smallvec"
|
|
|
+version = "1.13.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "socket2"
|
|
|
+version = "0.4.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "spin"
|
|
|
+version = "0.9.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
+dependencies = [
|
|
|
+ "lock_api",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "spki"
|
|
|
+version = "0.7.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
|
+dependencies = [
|
|
|
+ "base64ct",
|
|
|
+ "der",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
|
|
|
+dependencies = [
|
|
|
+ "sqlx-core",
|
|
|
+ "sqlx-macros",
|
|
|
+ "sqlx-mysql",
|
|
|
+ "sqlx-postgres",
|
|
|
+ "sqlx-sqlite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-core"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
|
|
|
+dependencies = [
|
|
|
+ "async-io 1.13.0",
|
|
|
+ "async-std",
|
|
|
+ "bytes",
|
|
|
+ "crc",
|
|
|
+ "crossbeam-queue",
|
|
|
+ "either",
|
|
|
+ "event-listener 5.4.0",
|
|
|
+ "futures-core",
|
|
|
+ "futures-intrusive",
|
|
|
+ "futures-io",
|
|
|
+ "futures-util",
|
|
|
+ "hashbrown",
|
|
|
+ "hashlink",
|
|
|
+ "indexmap",
|
|
|
+ "log",
|
|
|
+ "memchr",
|
|
|
+ "native-tls",
|
|
|
+ "once_cell",
|
|
|
+ "percent-encoding",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sha2",
|
|
|
+ "smallvec",
|
|
|
+ "thiserror",
|
|
|
+ "tracing",
|
|
|
+ "url",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-macros"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "sqlx-core",
|
|
|
+ "sqlx-macros-core",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-macros-core"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
|
|
|
+dependencies = [
|
|
|
+ "async-std",
|
|
|
+ "dotenvy",
|
|
|
+ "either",
|
|
|
+ "heck",
|
|
|
+ "hex",
|
|
|
+ "once_cell",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sha2",
|
|
|
+ "sqlx-core",
|
|
|
+ "sqlx-mysql",
|
|
|
+ "sqlx-postgres",
|
|
|
+ "sqlx-sqlite",
|
|
|
+ "syn 2.0.96",
|
|
|
+ "tempfile",
|
|
|
+ "url",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-mysql"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
|
|
|
+dependencies = [
|
|
|
+ "atoi",
|
|
|
+ "base64",
|
|
|
+ "bitflags 2.8.0",
|
|
|
+ "byteorder",
|
|
|
+ "bytes",
|
|
|
+ "crc",
|
|
|
+ "digest",
|
|
|
+ "dotenvy",
|
|
|
+ "either",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-io",
|
|
|
+ "futures-util",
|
|
|
+ "generic-array",
|
|
|
+ "hex",
|
|
|
+ "hkdf",
|
|
|
+ "hmac",
|
|
|
+ "itoa",
|
|
|
+ "log",
|
|
|
+ "md-5",
|
|
|
+ "memchr",
|
|
|
+ "once_cell",
|
|
|
+ "percent-encoding",
|
|
|
+ "rand",
|
|
|
+ "rsa",
|
|
|
+ "serde",
|
|
|
+ "sha1",
|
|
|
+ "sha2",
|
|
|
+ "smallvec",
|
|
|
+ "sqlx-core",
|
|
|
+ "stringprep",
|
|
|
+ "thiserror",
|
|
|
+ "tracing",
|
|
|
+ "whoami",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-postgres"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
|
|
|
+dependencies = [
|
|
|
+ "atoi",
|
|
|
+ "base64",
|
|
|
+ "bitflags 2.8.0",
|
|
|
+ "byteorder",
|
|
|
+ "crc",
|
|
|
+ "dotenvy",
|
|
|
+ "etcetera",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-util",
|
|
|
+ "hex",
|
|
|
+ "hkdf",
|
|
|
+ "hmac",
|
|
|
+ "home",
|
|
|
+ "itoa",
|
|
|
+ "log",
|
|
|
+ "md-5",
|
|
|
+ "memchr",
|
|
|
+ "once_cell",
|
|
|
+ "rand",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sha2",
|
|
|
+ "smallvec",
|
|
|
+ "sqlx-core",
|
|
|
+ "stringprep",
|
|
|
+ "thiserror",
|
|
|
+ "tracing",
|
|
|
+ "whoami",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sqlx-sqlite"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
|
|
|
+dependencies = [
|
|
|
+ "atoi",
|
|
|
+ "flume",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-executor",
|
|
|
+ "futures-intrusive",
|
|
|
+ "futures-util",
|
|
|
+ "libsqlite3-sys",
|
|
|
+ "log",
|
|
|
+ "percent-encoding",
|
|
|
+ "serde",
|
|
|
+ "serde_urlencoded",
|
|
|
+ "sqlx-core",
|
|
|
+ "tracing",
|
|
|
+ "url",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "stable_deref_trait"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "stringprep"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
|
+dependencies = [
|
|
|
+ "unicode-bidi",
|
|
|
+ "unicode-normalization",
|
|
|
+ "unicode-properties",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "subtle"
|
|
|
+version = "2.6.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syn"
|
|
|
+version = "1.0.109"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syn"
|
|
|
+version = "2.0.96"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "synstructure"
|
|
|
+version = "0.13.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tempfile"
|
|
|
+version = "3.15.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "fastrand 2.3.0",
|
|
|
+ "getrandom",
|
|
|
+ "once_cell",
|
|
|
+ "rustix 0.38.44",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror"
|
|
|
+version = "2.0.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
|
|
+dependencies = [
|
|
|
+ "thiserror-impl",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror-impl"
|
|
|
+version = "2.0.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tinystr"
|
|
|
+version = "0.7.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
+dependencies = [
|
|
|
+ "displaydoc",
|
|
|
+ "zerovec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tinyvec"
|
|
|
+version = "1.8.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
|
|
|
+dependencies = [
|
|
|
+ "tinyvec_macros",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tinyvec_macros"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "toml"
|
|
|
+version = "0.5.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing"
|
|
|
+version = "0.1.41"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tracing-attributes",
|
|
|
+ "tracing-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-attributes"
|
|
|
+version = "0.1.28"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-core"
|
|
|
+version = "0.1.33"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
|
+dependencies = [
|
|
|
+ "once_cell",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "typenum"
|
|
|
+version = "1.17.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-bidi"
|
|
|
+version = "0.3.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-ident"
|
|
|
+version = "1.0.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-normalization"
|
|
|
+version = "0.1.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
|
|
+dependencies = [
|
|
|
+ "tinyvec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-properties"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-width"
|
|
|
+version = "0.1.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-xid"
|
|
|
+version = "0.2.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "url"
|
|
|
+version = "2.5.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
|
+dependencies = [
|
|
|
+ "form_urlencoded",
|
|
|
+ "idna",
|
|
|
+ "percent-encoding",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "utf16_iter"
|
|
|
+version = "1.0.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "utf8_iter"
|
|
|
+version = "1.0.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "v_eval"
|
|
|
+version = "0.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0dd8b599d797eb038d0dde9a3860aacb6bbba3bffa4ac64f807c8673820cc9d9"
|
|
|
+dependencies = [
|
|
|
+ "regex",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "v_htmlescape"
|
|
|
+version = "0.15.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "value-bag"
|
|
|
+version = "1.10.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "vcpkg"
|
|
|
+version = "0.2.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "version_check"
|
|
|
+version = "0.9.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "waker-fn"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasi"
|
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasite"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "once_cell",
|
|
|
+ "rustversion",
|
|
|
+ "wasm-bindgen-macro",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-backend"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
|
+dependencies = [
|
|
|
+ "bumpalo",
|
|
|
+ "log",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-futures"
|
|
|
+version = "0.4.50"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "js-sys",
|
|
|
+ "once_cell",
|
|
|
+ "wasm-bindgen",
|
|
|
+ "web-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
|
+dependencies = [
|
|
|
+ "quote",
|
|
|
+ "wasm-bindgen-macro-support",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro-support"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+ "wasm-bindgen-backend",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-shared"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
+dependencies = [
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "web-sys"
|
|
|
+version = "0.3.77"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
|
+dependencies = [
|
|
|
+ "js-sys",
|
|
|
+ "wasm-bindgen",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "whoami"
|
|
|
+version = "1.5.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
|
|
|
+dependencies = [
|
|
|
+ "redox_syscall",
|
|
|
+ "wasite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "winapi"
|
|
|
+version = "0.3.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
+dependencies = [
|
|
|
+ "winapi-i686-pc-windows-gnu",
|
|
|
+ "winapi-x86_64-pc-windows-gnu",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "winapi-i686-pc-windows-gnu"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "winapi-x86_64-pc-windows-gnu"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-sys"
|
|
|
+version = "0.48.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets 0.48.5",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-sys"
|
|
|
+version = "0.59.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-targets"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm 0.48.5",
|
|
|
+ "windows_aarch64_msvc 0.48.5",
|
|
|
+ "windows_i686_gnu 0.48.5",
|
|
|
+ "windows_i686_msvc 0.48.5",
|
|
|
+ "windows_x86_64_gnu 0.48.5",
|
|
|
+ "windows_x86_64_gnullvm 0.48.5",
|
|
|
+ "windows_x86_64_msvc 0.48.5",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-targets"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm 0.52.6",
|
|
|
+ "windows_aarch64_msvc 0.52.6",
|
|
|
+ "windows_i686_gnu 0.52.6",
|
|
|
+ "windows_i686_gnullvm",
|
|
|
+ "windows_i686_msvc 0.52.6",
|
|
|
+ "windows_x86_64_gnu 0.52.6",
|
|
|
+ "windows_x86_64_gnullvm 0.52.6",
|
|
|
+ "windows_x86_64_msvc 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "write16"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "writeable"
|
|
|
+version = "0.5.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yansi-term"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
|
|
|
+dependencies = [
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yarte"
|
|
|
+version = "0.15.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dfce1df93f3b16e5272221a559e60bbbaaa71dbc042a43996d223e51a690aab2"
|
|
|
+dependencies = [
|
|
|
+ "yarte_derive",
|
|
|
+ "yarte_helpers",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yarte_codegen"
|
|
|
+version = "0.15.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4a79312078b97a195de91a8c1457c2e0d7abd97e6e605f3cdeb01b3c105d2cff"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 1.0.109",
|
|
|
+ "yarte_helpers",
|
|
|
+ "yarte_hir",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yarte_derive"
|
|
|
+version = "0.15.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b296edd7e1a81717b6f794baa2de8dfe89646050847161550b2d963b3ca6fe80"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 1.0.109",
|
|
|
+ "yarte_codegen",
|
|
|
+ "yarte_helpers",
|
|
|
+ "yarte_hir",
|
|
|
+ "yarte_parser",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yarte_helpers"
|
|
|
+version = "0.15.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e0d1076f8cee9541ea5ffbecd9102f751252c91f085e7d30a18a3ce805ebd3ee"
|
|
|
+dependencies = [
|
|
|
+ "dtoa",
|
|
|
+ "itoa",
|
|
|
+ "prettyplease",
|
|
|
+ "serde",
|
|
|
+ "syn 1.0.109",
|
|
|
+ "toml",
|
|
|
+ "v_htmlescape",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yarte_hir"
|
|
|
+version = "0.15.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dee42d2f704a3b1d8bc111d47a705d1302a0943d85e4c230f4e8300ee0dde4a6"
|
|
|
+dependencies = [
|
|
|
+ "derive_more",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 1.0.109",
|
|
|
+ "v_eval",
|
|
|
+ "v_htmlescape",
|
|
|
+ "yarte_helpers",
|
|
|
+ "yarte_parser",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yarte_parser"
|
|
|
+version = "0.15.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "538f72049cf7104e12d5c444048d112cb8fc788a31308afd912442a381ba860c"
|
|
|
+dependencies = [
|
|
|
+ "annotate-snippets",
|
|
|
+ "derive_more",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "serde",
|
|
|
+ "syn 1.0.109",
|
|
|
+ "unicode-xid",
|
|
|
+ "yarte_helpers",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yoke"
|
|
|
+version = "0.7.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+ "stable_deref_trait",
|
|
|
+ "yoke-derive",
|
|
|
+ "zerofrom",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yoke-derive"
|
|
|
+version = "0.7.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+ "synstructure",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerocopy"
|
|
|
+version = "0.7.35"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
+dependencies = [
|
|
|
+ "byteorder",
|
|
|
+ "zerocopy-derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerocopy-derive"
|
|
|
+version = "0.7.35"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerofrom"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
|
+dependencies = [
|
|
|
+ "zerofrom-derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerofrom-derive"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+ "synstructure",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zeroize"
|
|
|
+version = "1.8.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerovec"
|
|
|
+version = "0.10.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
+dependencies = [
|
|
|
+ "yoke",
|
|
|
+ "zerofrom",
|
|
|
+ "zerovec-derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerovec-derive"
|
|
|
+version = "0.10.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.96",
|
|
|
+]
|