2662 lines
67 KiB
Plaintext
2662 lines
67 KiB
Plaintext
|
|
# This file is automatically @generated by Cargo.
|
||
|
|
# It is not intended for manual editing.
|
||
|
|
version = 4
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "addr2line"
|
||
|
|
version = "0.24.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
||
|
|
dependencies = [
|
||
|
|
"gimli",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "adler"
|
||
|
|
version = "1.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "adler2"
|
||
|
|
version = "2.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "adler32"
|
||
|
|
version = "1.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aho-corasick"
|
||
|
|
version = "1.1.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "android-tzdata"
|
||
|
|
version = "0.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "android_system_properties"
|
||
|
|
version = "0.1.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anyhow"
|
||
|
|
version = "1.0.98"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ascii"
|
||
|
|
version = "1.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "async-trait"
|
||
|
|
version = "0.1.88"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "autocfg"
|
||
|
|
version = "1.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "backtrace"
|
||
|
|
version = "0.3.74"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
||
|
|
dependencies = [
|
||
|
|
"addr2line",
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"miniz_oxide 0.8.0",
|
||
|
|
"object",
|
||
|
|
"rustc-demangle",
|
||
|
|
"windows-targets 0.52.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "base-x"
|
||
|
|
version = "0.2.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "base256emoji"
|
||
|
|
version = "1.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
|
||
|
|
dependencies = [
|
||
|
|
"const-str",
|
||
|
|
"match-lookup",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "base64"
|
||
|
|
version = "0.21.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "base64"
|
||
|
|
version = "0.22.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitflags"
|
||
|
|
version = "1.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitflags"
|
||
|
|
version = "2.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "block"
|
||
|
|
version = "0.1.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
||
|
|
|
||
|
|
[[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 = "block-buffer"
|
||
|
|
version = "0.11.0-rc.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a229bfd78e4827c91b9b95784f69492c1b77c1ab75a45a8a037b139215086f94"
|
||
|
|
dependencies = [
|
||
|
|
"hybrid-array",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "blockchain"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = [
|
||
|
|
"anyhow",
|
||
|
|
"base64 0.22.1",
|
||
|
|
"chrono",
|
||
|
|
"cid",
|
||
|
|
"colored",
|
||
|
|
"encrypted_images",
|
||
|
|
"falcon-rs",
|
||
|
|
"flexi_logger",
|
||
|
|
"fn-dsa",
|
||
|
|
"hex",
|
||
|
|
"ipnetwork",
|
||
|
|
"lazy_static",
|
||
|
|
"log",
|
||
|
|
"nix 0.27.1",
|
||
|
|
"once_cell",
|
||
|
|
"rand 0.8.5",
|
||
|
|
"rayon",
|
||
|
|
"ripemd",
|
||
|
|
"rpassword",
|
||
|
|
"rust-ini",
|
||
|
|
"rustyline",
|
||
|
|
"rustyline-derive",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"shellexpand",
|
||
|
|
"skein",
|
||
|
|
"sled",
|
||
|
|
"tokio",
|
||
|
|
"tokio-postgres",
|
||
|
|
"windows-service",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
"winreg",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bumpalo"
|
||
|
|
version = "3.16.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bytemuck"
|
||
|
|
version = "1.19.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "byteorder"
|
||
|
|
version = "1.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bytes"
|
||
|
|
version = "1.7.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cc"
|
||
|
|
version = "1.1.30"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945"
|
||
|
|
dependencies = [
|
||
|
|
"shlex",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cfg-if"
|
||
|
|
version = "1.0.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cfg_aliases"
|
||
|
|
version = "0.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "chrono"
|
||
|
|
version = "0.4.38"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
||
|
|
dependencies = [
|
||
|
|
"android-tzdata",
|
||
|
|
"iana-time-zone",
|
||
|
|
"js-sys",
|
||
|
|
"num-traits",
|
||
|
|
"wasm-bindgen",
|
||
|
|
"windows-targets 0.52.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cid"
|
||
|
|
version = "0.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
|
||
|
|
dependencies = [
|
||
|
|
"core2",
|
||
|
|
"multibase",
|
||
|
|
"multihash",
|
||
|
|
"unsigned-varint",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "clipboard-win"
|
||
|
|
version = "5.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
|
||
|
|
dependencies = [
|
||
|
|
"error-code",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cocoa"
|
||
|
|
version = "0.24.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 1.3.2",
|
||
|
|
"block",
|
||
|
|
"cocoa-foundation",
|
||
|
|
"core-foundation",
|
||
|
|
"core-graphics",
|
||
|
|
"foreign-types",
|
||
|
|
"libc",
|
||
|
|
"objc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cocoa-foundation"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 1.3.2",
|
||
|
|
"block",
|
||
|
|
"core-foundation",
|
||
|
|
"core-graphics-types",
|
||
|
|
"libc",
|
||
|
|
"objc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "color_quant"
|
||
|
|
version = "1.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "colored"
|
||
|
|
version = "2.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
||
|
|
dependencies = [
|
||
|
|
"lazy_static",
|
||
|
|
"windows-sys 0.59.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "const-oid"
|
||
|
|
version = "0.10.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0dabb6555f92fb9ee4140454eb5dcd14c7960e1225c6d1a6cc361f032947713e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "const-random"
|
||
|
|
version = "0.1.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
||
|
|
dependencies = [
|
||
|
|
"const-random-macro",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "const-random-macro"
|
||
|
|
version = "0.1.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.2.15",
|
||
|
|
"once_cell",
|
||
|
|
"tiny-keccak",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "const-str"
|
||
|
|
version = "0.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
|
||
|
|
|
||
|
|
[[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 = "core-graphics"
|
||
|
|
version = "0.22.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 1.3.2",
|
||
|
|
"core-foundation",
|
||
|
|
"core-graphics-types",
|
||
|
|
"foreign-types",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "core-graphics-types"
|
||
|
|
version = "0.1.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 1.3.2",
|
||
|
|
"core-foundation",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "core2"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cpufeatures"
|
||
|
|
version = "0.2.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crc32fast"
|
||
|
|
version = "1.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crossbeam-deque"
|
||
|
|
version = "0.8.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
||
|
|
dependencies = [
|
||
|
|
"crossbeam-epoch",
|
||
|
|
"crossbeam-utils",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crossbeam-epoch"
|
||
|
|
version = "0.9.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
||
|
|
dependencies = [
|
||
|
|
"crossbeam-utils",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crossbeam-utils"
|
||
|
|
version = "0.8.20"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crunchy"
|
||
|
|
version = "0.2.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
||
|
|
|
||
|
|
[[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 = "crypto-common"
|
||
|
|
version = "0.2.0-rc.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8a23fa214dea9efd4dacee5a5614646b30216ae0f05d4bb51bafb50e9da1c5be"
|
||
|
|
dependencies = [
|
||
|
|
"hybrid-array",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cty"
|
||
|
|
version = "0.2.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "data-encoding"
|
||
|
|
version = "2.10.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "data-encoding-macro"
|
||
|
|
version = "0.1.19"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb"
|
||
|
|
dependencies = [
|
||
|
|
"data-encoding",
|
||
|
|
"data-encoding-macro-internal",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "data-encoding-macro-internal"
|
||
|
|
version = "0.1.17"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de"
|
||
|
|
dependencies = [
|
||
|
|
"data-encoding",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "deflate"
|
||
|
|
version = "0.8.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
||
|
|
dependencies = [
|
||
|
|
"adler32",
|
||
|
|
"byteorder",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "digest"
|
||
|
|
version = "0.10.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||
|
|
dependencies = [
|
||
|
|
"block-buffer 0.10.4",
|
||
|
|
"crypto-common 0.1.6",
|
||
|
|
"subtle",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "digest"
|
||
|
|
version = "0.11.0-rc.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "460dd7f37e4950526b54a5a6b1f41b6c8e763c58eb9a8fc8fc05ba5c2f44ca7b"
|
||
|
|
dependencies = [
|
||
|
|
"block-buffer 0.11.0-rc.4",
|
||
|
|
"const-oid",
|
||
|
|
"crypto-common 0.2.0-rc.3",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs"
|
||
|
|
version = "5.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
||
|
|
dependencies = [
|
||
|
|
"dirs-sys",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs-next"
|
||
|
|
version = "2.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"dirs-sys-next",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs-sys"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"option-ext",
|
||
|
|
"redox_users",
|
||
|
|
"windows-sys 0.48.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs-sys-next"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"redox_users",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dlv-list"
|
||
|
|
version = "0.5.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
|
||
|
|
dependencies = [
|
||
|
|
"const-random",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "either"
|
||
|
|
version = "1.13.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "encoding"
|
||
|
|
version = "0.2.33"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
||
|
|
dependencies = [
|
||
|
|
"encoding-index-japanese",
|
||
|
|
"encoding-index-korean",
|
||
|
|
"encoding-index-simpchinese",
|
||
|
|
"encoding-index-singlebyte",
|
||
|
|
"encoding-index-tradchinese",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "encoding-index-japanese"
|
||
|
|
version = "1.20141219.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
||
|
|
dependencies = [
|
||
|
|
"encoding_index_tests",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "encoding-index-korean"
|
||
|
|
version = "1.20141219.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
||
|
|
dependencies = [
|
||
|
|
"encoding_index_tests",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "encoding-index-simpchinese"
|
||
|
|
version = "1.20141219.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
||
|
|
dependencies = [
|
||
|
|
"encoding_index_tests",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "encoding-index-singlebyte"
|
||
|
|
version = "1.20141219.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
||
|
|
dependencies = [
|
||
|
|
"encoding_index_tests",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "encoding-index-tradchinese"
|
||
|
|
version = "1.20141219.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
||
|
|
dependencies = [
|
||
|
|
"encoding_index_tests",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "encoding_index_tests"
|
||
|
|
version = "0.1.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "encrypted_images"
|
||
|
|
version = "1.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "761fe0fc7059c1e9cb4217f49263b146d269322354aeefb8fc519a60b2e8cef1"
|
||
|
|
dependencies = [
|
||
|
|
"base64 0.21.7",
|
||
|
|
"encoding",
|
||
|
|
"hex-literal",
|
||
|
|
"hmac",
|
||
|
|
"image",
|
||
|
|
"native-dialog",
|
||
|
|
"openssl",
|
||
|
|
"rand 0.8.5",
|
||
|
|
"sha2",
|
||
|
|
"subtle",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "endian-type"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
||
|
|
|
||
|
|
[[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.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "error-code"
|
||
|
|
version = "3.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "falcon-rs"
|
||
|
|
version = "0.2.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5277cc4194542e71f3fe79ff8c981d5ebcb7f4627fd1fa5526ec27518ed600df"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.2.15",
|
||
|
|
"libm",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fallible-iterator"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fd-lock"
|
||
|
|
version = "4.0.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"rustix 1.1.4",
|
||
|
|
"windows-sys 0.59.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "flexi_logger"
|
||
|
|
version = "0.31.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "aea7feddba9b4e83022270d49a58d4a1b3fdad04b34f78cf1ce471f698e42672"
|
||
|
|
dependencies = [
|
||
|
|
"chrono",
|
||
|
|
"log",
|
||
|
|
"nu-ansi-term",
|
||
|
|
"regex",
|
||
|
|
"thiserror 2.0.18",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fn-dsa"
|
||
|
|
version = "0.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "afb39d94be3f4538ccfdf23dc69a89904c9b802331b1975538fcc251973593f9"
|
||
|
|
dependencies = [
|
||
|
|
"fn-dsa-comm",
|
||
|
|
"fn-dsa-kgen",
|
||
|
|
"fn-dsa-sign",
|
||
|
|
"fn-dsa-vrfy",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fn-dsa-comm"
|
||
|
|
version = "0.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "28104bba227c79bff8ffe34dff7c5a5631fd790dfd4d4f0a84b01952ef7c6f46"
|
||
|
|
dependencies = [
|
||
|
|
"cpufeatures",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fn-dsa-kgen"
|
||
|
|
version = "0.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b8a04fe82799cc1550d32778b415648d1962a7b4b4860ff5f2e6ca32494fc9aa"
|
||
|
|
dependencies = [
|
||
|
|
"fn-dsa-comm",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fn-dsa-sign"
|
||
|
|
version = "0.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4ffb7d9c94e56de7e64019849b3b6110b1495690da2e9e1decef8f1744b3bab4"
|
||
|
|
dependencies = [
|
||
|
|
"fn-dsa-comm",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fn-dsa-vrfy"
|
||
|
|
version = "0.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bc96b904b213160c8804cc2642ccd15cb968318a64648fc5ca3edab9153cda2b"
|
||
|
|
dependencies = [
|
||
|
|
"fn-dsa-comm",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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 = "fs2"
|
||
|
|
version = "0.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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-macro"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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-macro",
|
||
|
|
"futures-sink",
|
||
|
|
"futures-task",
|
||
|
|
"pin-project-lite",
|
||
|
|
"pin-utils",
|
||
|
|
"slab",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fxhash"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
||
|
|
dependencies = [
|
||
|
|
"byteorder",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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 0.11.0+wasi-snapshot-preview1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "getrandom"
|
||
|
|
version = "0.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"r-efi",
|
||
|
|
"wasi 0.14.2+wasi-0.2.4",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "gif"
|
||
|
|
version = "0.11.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
|
||
|
|
dependencies = [
|
||
|
|
"color_quant",
|
||
|
|
"weezl",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "gimli"
|
||
|
|
version = "0.31.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.13.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.15.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hermit-abi"
|
||
|
|
version = "0.3.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hex"
|
||
|
|
version = "0.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hex-literal"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hmac"
|
||
|
|
version = "0.12.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
||
|
|
dependencies = [
|
||
|
|
"digest 0.10.7",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "home"
|
||
|
|
version = "0.5.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
||
|
|
dependencies = [
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hybrid-array"
|
||
|
|
version = "0.3.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "891d15931895091dea5c47afa5b3c9a01ba634b311919fd4d41388fa0e3d76af"
|
||
|
|
dependencies = [
|
||
|
|
"typenum",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "iana-time-zone"
|
||
|
|
version = "0.1.61"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
||
|
|
dependencies = [
|
||
|
|
"android_system_properties",
|
||
|
|
"core-foundation-sys",
|
||
|
|
"iana-time-zone-haiku",
|
||
|
|
"js-sys",
|
||
|
|
"wasm-bindgen",
|
||
|
|
"windows-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "iana-time-zone-haiku"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "image"
|
||
|
|
version = "0.23.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
|
||
|
|
dependencies = [
|
||
|
|
"bytemuck",
|
||
|
|
"byteorder",
|
||
|
|
"color_quant",
|
||
|
|
"gif",
|
||
|
|
"jpeg-decoder",
|
||
|
|
"num-iter",
|
||
|
|
"num-rational",
|
||
|
|
"num-traits",
|
||
|
|
"png",
|
||
|
|
"scoped_threadpool",
|
||
|
|
"tiff",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "indexmap"
|
||
|
|
version = "2.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
||
|
|
dependencies = [
|
||
|
|
"equivalent",
|
||
|
|
"hashbrown 0.15.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "instant"
|
||
|
|
version = "0.1.13"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ipnetwork"
|
||
|
|
version = "0.20.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
|
||
|
|
dependencies = [
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "itoa"
|
||
|
|
version = "1.0.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "jpeg-decoder"
|
||
|
|
version = "0.1.22"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
|
||
|
|
dependencies = [
|
||
|
|
"rayon",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "js-sys"
|
||
|
|
version = "0.3.72"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
||
|
|
dependencies = [
|
||
|
|
"wasm-bindgen",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lazy_static"
|
||
|
|
version = "1.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libc"
|
||
|
|
version = "0.2.185"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libm"
|
||
|
|
version = "0.2.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libredox"
|
||
|
|
version = "0.1.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "linux-raw-sys"
|
||
|
|
version = "0.4.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "linux-raw-sys"
|
||
|
|
version = "0.12.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
||
|
|
|
||
|
|
[[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.29"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "malloc_buf"
|
||
|
|
version = "0.0.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "match-lookup"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "md-5"
|
||
|
|
version = "0.10.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"digest 0.10.7",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "memchr"
|
||
|
|
version = "2.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "miniz_oxide"
|
||
|
|
version = "0.3.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
||
|
|
dependencies = [
|
||
|
|
"adler32",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "miniz_oxide"
|
||
|
|
version = "0.4.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
||
|
|
dependencies = [
|
||
|
|
"adler",
|
||
|
|
"autocfg",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "miniz_oxide"
|
||
|
|
version = "0.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
||
|
|
dependencies = [
|
||
|
|
"adler2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mio"
|
||
|
|
version = "1.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
||
|
|
dependencies = [
|
||
|
|
"hermit-abi",
|
||
|
|
"libc",
|
||
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "multibase"
|
||
|
|
version = "0.9.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
|
||
|
|
dependencies = [
|
||
|
|
"base-x",
|
||
|
|
"base256emoji",
|
||
|
|
"data-encoding",
|
||
|
|
"data-encoding-macro",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "multihash"
|
||
|
|
version = "0.19.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
|
||
|
|
dependencies = [
|
||
|
|
"core2",
|
||
|
|
"unsigned-varint",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "native-dialog"
|
||
|
|
version = "0.6.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1bbf55edb2747e4e4b3a9cd3989194b88aae32274b4422635dcf98aa6e84197b"
|
||
|
|
dependencies = [
|
||
|
|
"ascii",
|
||
|
|
"block",
|
||
|
|
"cocoa",
|
||
|
|
"dirs-next",
|
||
|
|
"objc",
|
||
|
|
"objc-foundation",
|
||
|
|
"objc_id",
|
||
|
|
"once_cell",
|
||
|
|
"raw-window-handle",
|
||
|
|
"thiserror 1.0.64",
|
||
|
|
"wfd",
|
||
|
|
"which",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nibble_vec"
|
||
|
|
version = "0.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
||
|
|
dependencies = [
|
||
|
|
"smallvec",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nix"
|
||
|
|
version = "0.27.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nix"
|
||
|
|
version = "0.28.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
"cfg-if",
|
||
|
|
"cfg_aliases",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-ansi-term"
|
||
|
|
version = "0.50.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
||
|
|
dependencies = [
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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-rational"
|
||
|
|
version = "0.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
||
|
|
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",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "objc"
|
||
|
|
version = "0.2.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
||
|
|
dependencies = [
|
||
|
|
"malloc_buf",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "objc-foundation"
|
||
|
|
version = "0.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
||
|
|
dependencies = [
|
||
|
|
"block",
|
||
|
|
"objc",
|
||
|
|
"objc_id",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "objc_id"
|
||
|
|
version = "0.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
||
|
|
dependencies = [
|
||
|
|
"objc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "object"
|
||
|
|
version = "0.36.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.66"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
"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",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "openssl-src"
|
||
|
|
version = "300.3.2+3.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "openssl-sys"
|
||
|
|
version = "0.9.103"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
"libc",
|
||
|
|
"openssl-src",
|
||
|
|
"pkg-config",
|
||
|
|
"vcpkg",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "option-ext"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ordered-multimap"
|
||
|
|
version = "0.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e"
|
||
|
|
dependencies = [
|
||
|
|
"dlv-list",
|
||
|
|
"hashbrown 0.13.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "parking_lot"
|
||
|
|
version = "0.11.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
||
|
|
dependencies = [
|
||
|
|
"instant",
|
||
|
|
"lock_api",
|
||
|
|
"parking_lot_core 0.8.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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 0.9.10",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "parking_lot_core"
|
||
|
|
version = "0.8.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"instant",
|
||
|
|
"libc",
|
||
|
|
"redox_syscall 0.2.16",
|
||
|
|
"smallvec",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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 0.5.7",
|
||
|
|
"smallvec",
|
||
|
|
"windows-targets 0.52.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "percent-encoding"
|
||
|
|
version = "2.3.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "phf"
|
||
|
|
version = "0.11.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
||
|
|
dependencies = [
|
||
|
|
"phf_shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "phf_shared"
|
||
|
|
version = "0.11.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
||
|
|
dependencies = [
|
||
|
|
"siphasher",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pin-project-lite"
|
||
|
|
version = "0.2.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pin-utils"
|
||
|
|
version = "0.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pkg-config"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "png"
|
||
|
|
version = "0.16.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 1.3.2",
|
||
|
|
"crc32fast",
|
||
|
|
"deflate",
|
||
|
|
"miniz_oxide 0.3.7",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "postgres-protocol"
|
||
|
|
version = "0.6.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54"
|
||
|
|
dependencies = [
|
||
|
|
"base64 0.22.1",
|
||
|
|
"byteorder",
|
||
|
|
"bytes",
|
||
|
|
"fallible-iterator",
|
||
|
|
"hmac",
|
||
|
|
"md-5",
|
||
|
|
"memchr",
|
||
|
|
"rand 0.9.1",
|
||
|
|
"sha2",
|
||
|
|
"stringprep",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "postgres-types"
|
||
|
|
version = "0.2.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"fallible-iterator",
|
||
|
|
"postgres-protocol",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ppv-lite86"
|
||
|
|
version = "0.2.20"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
||
|
|
dependencies = [
|
||
|
|
"zerocopy",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro2"
|
||
|
|
version = "1.0.106"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "quote"
|
||
|
|
version = "1.0.45"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "r-efi"
|
||
|
|
version = "5.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "radix_trie"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
||
|
|
dependencies = [
|
||
|
|
"endian-type",
|
||
|
|
"nibble_vec",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand"
|
||
|
|
version = "0.8.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"rand_chacha 0.3.1",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand"
|
||
|
|
version = "0.9.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
||
|
|
dependencies = [
|
||
|
|
"rand_chacha 0.9.0",
|
||
|
|
"rand_core 0.9.3",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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 0.6.4",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_chacha"
|
||
|
|
version = "0.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
||
|
|
dependencies = [
|
||
|
|
"ppv-lite86",
|
||
|
|
"rand_core 0.9.3",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_core"
|
||
|
|
version = "0.6.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.2.15",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_core"
|
||
|
|
version = "0.9.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.3.3",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "raw-window-handle"
|
||
|
|
version = "0.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
|
||
|
|
dependencies = [
|
||
|
|
"cty",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rayon"
|
||
|
|
version = "1.10.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
||
|
|
dependencies = [
|
||
|
|
"either",
|
||
|
|
"rayon-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rayon-core"
|
||
|
|
version = "1.12.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
||
|
|
dependencies = [
|
||
|
|
"crossbeam-deque",
|
||
|
|
"crossbeam-utils",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "redox_syscall"
|
||
|
|
version = "0.2.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 1.3.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "redox_syscall"
|
||
|
|
version = "0.5.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "redox_users"
|
||
|
|
version = "0.4.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.2.15",
|
||
|
|
"libredox",
|
||
|
|
"thiserror 1.0.64",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex"
|
||
|
|
version = "1.12.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
||
|
|
dependencies = [
|
||
|
|
"aho-corasick",
|
||
|
|
"memchr",
|
||
|
|
"regex-automata",
|
||
|
|
"regex-syntax",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex-automata"
|
||
|
|
version = "0.4.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
||
|
|
dependencies = [
|
||
|
|
"aho-corasick",
|
||
|
|
"memchr",
|
||
|
|
"regex-syntax",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex-syntax"
|
||
|
|
version = "0.8.10"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ripemd"
|
||
|
|
version = "0.2.0-rc.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "790779cfa1b78709fe36d030c80731cf8f4829c9afcf8cfe22fd7ca2d844bd43"
|
||
|
|
dependencies = [
|
||
|
|
"digest 0.11.0-rc.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rpassword"
|
||
|
|
version = "7.3.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"rtoolbox",
|
||
|
|
"windows-sys 0.48.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rtoolbox"
|
||
|
|
version = "0.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"windows-sys 0.48.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rust-ini"
|
||
|
|
version = "0.19.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"ordered-multimap",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustc-demangle"
|
||
|
|
version = "0.1.24"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustix"
|
||
|
|
version = "0.38.37"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
"errno",
|
||
|
|
"libc",
|
||
|
|
"linux-raw-sys 0.4.14",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustix"
|
||
|
|
version = "1.1.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
"errno",
|
||
|
|
"libc",
|
||
|
|
"linux-raw-sys 0.12.1",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustyline"
|
||
|
|
version = "14.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
"cfg-if",
|
||
|
|
"clipboard-win",
|
||
|
|
"fd-lock",
|
||
|
|
"home",
|
||
|
|
"libc",
|
||
|
|
"log",
|
||
|
|
"memchr",
|
||
|
|
"nix 0.28.0",
|
||
|
|
"radix_trie",
|
||
|
|
"rustyline-derive",
|
||
|
|
"unicode-segmentation",
|
||
|
|
"unicode-width",
|
||
|
|
"utf8parse",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustyline-derive"
|
||
|
|
version = "0.10.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e5af959c8bf6af1aff6d2b463a57f71aae53d1332da58419e30ad8dc7011d951"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ryu"
|
||
|
|
version = "1.0.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "scoped_threadpool"
|
||
|
|
version = "0.1.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "scopeguard"
|
||
|
|
version = "1.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde"
|
||
|
|
version = "1.0.210"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
||
|
|
dependencies = [
|
||
|
|
"serde_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_derive"
|
||
|
|
version = "1.0.210"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_json"
|
||
|
|
version = "1.0.128"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
||
|
|
dependencies = [
|
||
|
|
"indexmap",
|
||
|
|
"itoa",
|
||
|
|
"memchr",
|
||
|
|
"ryu",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sha2"
|
||
|
|
version = "0.10.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"cpufeatures",
|
||
|
|
"digest 0.10.7",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "shellexpand"
|
||
|
|
version = "3.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
|
||
|
|
dependencies = [
|
||
|
|
"dirs",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "shlex"
|
||
|
|
version = "1.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "signal-hook-registry"
|
||
|
|
version = "1.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "siphasher"
|
||
|
|
version = "1.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "skein"
|
||
|
|
version = "0.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f412279217fa74b69094bf6b5cde63dd0ece9b85d94fedda9bbfdfb2666125cf"
|
||
|
|
dependencies = [
|
||
|
|
"digest 0.10.7",
|
||
|
|
"threefish",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "slab"
|
||
|
|
version = "0.4.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sled"
|
||
|
|
version = "0.34.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
|
||
|
|
dependencies = [
|
||
|
|
"crc32fast",
|
||
|
|
"crossbeam-epoch",
|
||
|
|
"crossbeam-utils",
|
||
|
|
"fs2",
|
||
|
|
"fxhash",
|
||
|
|
"libc",
|
||
|
|
"log",
|
||
|
|
"parking_lot 0.11.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "smallvec"
|
||
|
|
version = "1.13.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "socket2"
|
||
|
|
version = "0.5.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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 = "2.0.117"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror"
|
||
|
|
version = "1.0.64"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
||
|
|
dependencies = [
|
||
|
|
"thiserror-impl 1.0.64",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror"
|
||
|
|
version = "2.0.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
||
|
|
dependencies = [
|
||
|
|
"thiserror-impl 2.0.18",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror-impl"
|
||
|
|
version = "1.0.64"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror-impl"
|
||
|
|
version = "2.0.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "threefish"
|
||
|
|
version = "0.5.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a693d0c8cf16973fac5a93fbe47b8c6452e7097d4fcac49f3d7a18e39c76e62e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tiff"
|
||
|
|
version = "0.6.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
|
||
|
|
dependencies = [
|
||
|
|
"jpeg-decoder",
|
||
|
|
"miniz_oxide 0.4.4",
|
||
|
|
"weezl",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tiny-keccak"
|
||
|
|
version = "2.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
||
|
|
dependencies = [
|
||
|
|
"crunchy",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tinyvec"
|
||
|
|
version = "1.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
||
|
|
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 = "tokio"
|
||
|
|
version = "1.45.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
|
||
|
|
dependencies = [
|
||
|
|
"backtrace",
|
||
|
|
"bytes",
|
||
|
|
"libc",
|
||
|
|
"mio",
|
||
|
|
"parking_lot 0.12.3",
|
||
|
|
"pin-project-lite",
|
||
|
|
"signal-hook-registry",
|
||
|
|
"socket2",
|
||
|
|
"tokio-macros",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio-macros"
|
||
|
|
version = "2.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio-postgres"
|
||
|
|
version = "0.7.13"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6c95d533c83082bb6490e0189acaa0bbeef9084e60471b696ca6988cd0541fb0"
|
||
|
|
dependencies = [
|
||
|
|
"async-trait",
|
||
|
|
"byteorder",
|
||
|
|
"bytes",
|
||
|
|
"fallible-iterator",
|
||
|
|
"futures-channel",
|
||
|
|
"futures-util",
|
||
|
|
"log",
|
||
|
|
"parking_lot 0.12.3",
|
||
|
|
"percent-encoding",
|
||
|
|
"phf",
|
||
|
|
"pin-project-lite",
|
||
|
|
"postgres-protocol",
|
||
|
|
"postgres-types",
|
||
|
|
"rand 0.9.1",
|
||
|
|
"socket2",
|
||
|
|
"tokio",
|
||
|
|
"tokio-util",
|
||
|
|
"whoami",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio-util"
|
||
|
|
version = "0.7.15"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"futures-core",
|
||
|
|
"futures-sink",
|
||
|
|
"pin-project-lite",
|
||
|
|
"tokio",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.13"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
||
|
|
|
||
|
|
[[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-segmentation"
|
||
|
|
version = "1.13.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-width"
|
||
|
|
version = "0.1.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unsigned-varint"
|
||
|
|
version = "0.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "utf8parse"
|
||
|
|
version = "0.2.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
||
|
|
|
||
|
|
[[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 = "wasi"
|
||
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasi"
|
||
|
|
version = "0.14.2+wasi-0.2.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
||
|
|
dependencies = [
|
||
|
|
"wit-bindgen-rt",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.95"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"once_cell",
|
||
|
|
"wasm-bindgen-macro",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-backend"
|
||
|
|
version = "0.2.95"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
||
|
|
dependencies = [
|
||
|
|
"bumpalo",
|
||
|
|
"log",
|
||
|
|
"once_cell",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
"wasm-bindgen-shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-macro"
|
||
|
|
version = "0.2.95"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
||
|
|
dependencies = [
|
||
|
|
"quote",
|
||
|
|
"wasm-bindgen-macro-support",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-macro-support"
|
||
|
|
version = "0.2.95"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
"wasm-bindgen-backend",
|
||
|
|
"wasm-bindgen-shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-shared"
|
||
|
|
version = "0.2.95"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "web-sys"
|
||
|
|
version = "0.3.72"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
||
|
|
dependencies = [
|
||
|
|
"js-sys",
|
||
|
|
"wasm-bindgen",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "weezl"
|
||
|
|
version = "0.1.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wfd"
|
||
|
|
version = "0.1.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e713040b67aae5bf1a0ae3e1ebba8cc29ab2b90da9aa1bff6e09031a8a41d7a8"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "which"
|
||
|
|
version = "4.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
||
|
|
dependencies = [
|
||
|
|
"either",
|
||
|
|
"home",
|
||
|
|
"once_cell",
|
||
|
|
"rustix 0.38.37",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "whoami"
|
||
|
|
version = "1.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
|
||
|
|
dependencies = [
|
||
|
|
"redox_syscall 0.5.7",
|
||
|
|
"wasite",
|
||
|
|
"web-sys",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "widestring"
|
||
|
|
version = "1.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
||
|
|
|
||
|
|
[[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-core"
|
||
|
|
version = "0.52.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
||
|
|
dependencies = [
|
||
|
|
"windows-targets 0.52.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-link"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-service"
|
||
|
|
version = "0.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "193cae8e647981c35bc947fdd57ba7928b1fa0d4a79305f6dd2dc55221ac35ac"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
"widestring",
|
||
|
|
"windows-sys 0.59.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.52.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
||
|
|
dependencies = [
|
||
|
|
"windows-targets 0.52.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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-sys"
|
||
|
|
version = "0.61.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
||
|
|
dependencies = [
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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 = "winreg"
|
||
|
|
version = "0.52.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"windows-sys 0.48.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wit-bindgen-rt"
|
||
|
|
version = "0.39.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.11.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zeroize"
|
||
|
|
version = "1.8.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
||
|
|
dependencies = [
|
||
|
|
"zeroize_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zeroize_derive"
|
||
|
|
version = "1.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|