|
|
|
|
| version = 4
|
|
|
| [[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_system_properties"
|
| version = "0.1.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
| dependencies = [
|
| "libc",
|
| ]
|
|
|
| [[package]]
|
| name = "anstream"
|
| version = "1.0.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
| dependencies = [
|
| "anstyle",
|
| "anstyle-parse",
|
| "anstyle-query",
|
| "anstyle-wincon",
|
| "colorchoice",
|
| "is_terminal_polyfill",
|
| "utf8parse",
|
| ]
|
|
|
| [[package]]
|
| name = "anstyle"
|
| version = "1.0.14"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
|
| [[package]]
|
| name = "anstyle-parse"
|
| version = "1.0.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
| dependencies = [
|
| "utf8parse",
|
| ]
|
|
|
| [[package]]
|
| name = "anstyle-query"
|
| version = "1.1.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
| dependencies = [
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "anstyle-wincon"
|
| version = "3.0.11"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
| dependencies = [
|
| "anstyle",
|
| "once_cell_polyfill",
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "anyhow"
|
| version = "1.0.104"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
|
|
|
| [[package]]
|
| name = "arrayref"
|
| version = "0.3.9"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
|
| [[package]]
|
| name = "arrayvec"
|
| version = "0.7.8"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
|
|
|
| [[package]]
|
| name = "assert-json-diff"
|
| version = "2.0.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
| dependencies = [
|
| "serde",
|
| "serde_json",
|
| ]
|
|
|
| [[package]]
|
| name = "async-trait"
|
| version = "0.1.91"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "syn 3.0.3",
|
| ]
|
|
|
| [[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.5.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
|
| [[package]]
|
| name = "base64ct"
|
| version = "1.8.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
|
| [[package]]
|
| name = "bitflags"
|
| version = "2.13.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
|
| [[package]]
|
| name = "blake3"
|
| version = "1.8.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
|
| dependencies = [
|
| "arrayref",
|
| "arrayvec",
|
| "cc",
|
| "cfg-if",
|
| "constant_time_eq",
|
| "cpufeatures 0.3.0",
|
| ]
|
|
|
| [[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 = "bumpalo"
|
| version = "3.20.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
|
| [[package]]
|
| name = "bytes"
|
| version = "1.12.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
|
| [[package]]
|
| name = "cc"
|
| version = "1.4.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
|
| dependencies = [
|
| "find-msvc-tools",
|
| "jobserver",
|
| "libc",
|
| "shlex",
|
| ]
|
|
|
| [[package]]
|
| name = "cfg-if"
|
| version = "1.0.4"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
| [[package]]
|
| name = "chrono"
|
| version = "0.4.45"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
| dependencies = [
|
| "iana-time-zone",
|
| "js-sys",
|
| "num-traits",
|
| "serde",
|
| "wasm-bindgen",
|
| "windows-link",
|
| ]
|
|
|
| [[package]]
|
| name = "clap"
|
| version = "4.6.4"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7"
|
| dependencies = [
|
| "clap_builder",
|
| "clap_derive",
|
| ]
|
|
|
| [[package]]
|
| name = "clap_builder"
|
| version = "4.6.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
|
| dependencies = [
|
| "anstream",
|
| "anstyle",
|
| "clap_lex",
|
| "strsim",
|
| ]
|
|
|
| [[package]]
|
| name = "clap_derive"
|
| version = "4.6.4"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
|
| dependencies = [
|
| "heck",
|
| "proc-macro2",
|
| "quote",
|
| "syn 3.0.3",
|
| ]
|
|
|
| [[package]]
|
| name = "clap_lex"
|
| version = "1.1.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
|
| [[package]]
|
| name = "colorchoice"
|
| version = "1.0.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
|
| [[package]]
|
| name = "colored"
|
| version = "3.1.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
|
| dependencies = [
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "const-oid"
|
| version = "0.9.6"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
| [[package]]
|
| name = "constant_time_eq"
|
| version = "0.4.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
|
|
| [[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 = "cpufeatures"
|
| version = "0.3.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
| dependencies = [
|
| "libc",
|
| ]
|
|
|
| [[package]]
|
| name = "crossbeam-channel"
|
| version = "0.5.16"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
|
| dependencies = [
|
| "crossbeam-utils",
|
| ]
|
|
|
| [[package]]
|
| name = "crossbeam-utils"
|
| version = "0.8.22"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
|
|
|
| [[package]]
|
| name = "crypto-common"
|
| version = "0.1.7"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
| dependencies = [
|
| "generic-array",
|
| "typenum",
|
| ]
|
|
|
| [[package]]
|
| name = "curve25519-dalek"
|
| version = "4.1.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
| dependencies = [
|
| "cfg-if",
|
| "cpufeatures 0.2.17",
|
| "curve25519-dalek-derive",
|
| "digest",
|
| "fiat-crypto",
|
| "rustc_version",
|
| "subtle",
|
| "zeroize",
|
| ]
|
|
|
| [[package]]
|
| name = "curve25519-dalek-derive"
|
| version = "0.1.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "syn 2.0.119",
|
| ]
|
|
|
| [[package]]
|
| name = "dashmap"
|
| version = "5.5.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
| dependencies = [
|
| "cfg-if",
|
| "hashbrown 0.14.5",
|
| "lock_api",
|
| "once_cell",
|
| "parking_lot_core",
|
| ]
|
|
|
| [[package]]
|
| name = "der"
|
| version = "0.7.10"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
| dependencies = [
|
| "const-oid",
|
| "zeroize",
|
| ]
|
|
|
| [[package]]
|
| name = "digest"
|
| version = "0.10.7"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
| dependencies = [
|
| "block-buffer",
|
| "crypto-common",
|
| ]
|
|
|
| [[package]]
|
| name = "ed25519"
|
| version = "2.2.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
| dependencies = [
|
| "pkcs8",
|
| "signature",
|
| ]
|
|
|
| [[package]]
|
| name = "ed25519-dalek"
|
| version = "2.2.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
|
| dependencies = [
|
| "curve25519-dalek",
|
| "ed25519",
|
| "serde",
|
| "sha2",
|
| "subtle",
|
| "zeroize",
|
| ]
|
|
|
| [[package]]
|
| name = "equivalent"
|
| version = "1.0.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
| [[package]]
|
| name = "errno"
|
| version = "0.3.14"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
| dependencies = [
|
| "libc",
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "fastrand"
|
| version = "2.5.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
|
| [[package]]
|
| name = "fiat-crypto"
|
| version = "0.2.9"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
|
| [[package]]
|
| name = "find-msvc-tools"
|
| version = "0.1.9"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
|
| [[package]]
|
| name = "fnv"
|
| version = "1.0.7"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
| [[package]]
|
| name = "form_urlencoded"
|
| version = "1.2.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
| dependencies = [
|
| "percent-encoding",
|
| ]
|
|
|
| [[package]]
|
| name = "futures-channel"
|
| version = "0.3.33"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
|
| dependencies = [
|
| "futures-core",
|
| ]
|
|
|
| [[package]]
|
| name = "futures-core"
|
| version = "0.3.33"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
|
|
|
| [[package]]
|
| name = "futures-sink"
|
| version = "0.3.33"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
|
|
|
| [[package]]
|
| name = "futures-task"
|
| version = "0.3.33"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
|
|
|
| [[package]]
|
| name = "futures-util"
|
| version = "0.3.33"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
|
| dependencies = [
|
| "futures-core",
|
| "futures-task",
|
| "pin-project-lite",
|
| "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.17"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
| dependencies = [
|
| "cfg-if",
|
| "libc",
|
| "wasi",
|
| ]
|
|
|
| [[package]]
|
| name = "getrandom"
|
| version = "0.3.4"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
| dependencies = [
|
| "cfg-if",
|
| "libc",
|
| "r-efi 5.3.0",
|
| "wasip2",
|
| ]
|
|
|
| [[package]]
|
| name = "getrandom"
|
| version = "0.4.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
| dependencies = [
|
| "cfg-if",
|
| "libc",
|
| "r-efi 6.0.0",
|
| ]
|
|
|
| [[package]]
|
| name = "git2"
|
| version = "0.21.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ddddbf932745a6be37109b6112d3ee09696106f848449069d3a57bba937ab82e"
|
| dependencies = [
|
| "bitflags",
|
| "libc",
|
| "libgit2-sys",
|
| "log",
|
| ]
|
|
|
| [[package]]
|
| name = "h2"
|
| version = "0.4.15"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
|
| dependencies = [
|
| "atomic-waker",
|
| "bytes",
|
| "fnv",
|
| "futures-core",
|
| "futures-sink",
|
| "http",
|
| "indexmap",
|
| "slab",
|
| "tokio",
|
| "tokio-util",
|
| "tracing",
|
| ]
|
|
|
| [[package]]
|
| name = "hashbrown"
|
| version = "0.14.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
| [[package]]
|
| name = "hashbrown"
|
| version = "0.17.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
|
| [[package]]
|
| name = "heck"
|
| version = "0.5.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
| [[package]]
|
| name = "hex"
|
| version = "0.4.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
| [[package]]
|
| name = "http"
|
| version = "1.4.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
|
| dependencies = [
|
| "bytes",
|
| "itoa",
|
| ]
|
|
|
| [[package]]
|
| name = "http-body"
|
| version = "1.1.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
|
| dependencies = [
|
| "bytes",
|
| "http",
|
| ]
|
|
|
| [[package]]
|
| name = "http-body-util"
|
| version = "0.1.4"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
|
| dependencies = [
|
| "bytes",
|
| "futures-core",
|
| "http",
|
| "http-body",
|
| "pin-project-lite",
|
| ]
|
|
|
| [[package]]
|
| name = "httparse"
|
| version = "1.10.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
| [[package]]
|
| name = "httpdate"
|
| version = "1.0.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
| [[package]]
|
| name = "hyper"
|
| version = "1.11.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
|
| dependencies = [
|
| "atomic-waker",
|
| "bytes",
|
| "futures-channel",
|
| "futures-core",
|
| "h2",
|
| "http",
|
| "http-body",
|
| "httparse",
|
| "httpdate",
|
| "itoa",
|
| "pin-project-lite",
|
| "smallvec",
|
| "tokio",
|
| ]
|
|
|
| [[package]]
|
| name = "hyper-util"
|
| version = "0.1.20"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
| dependencies = [
|
| "bytes",
|
| "http",
|
| "http-body",
|
| "hyper",
|
| "pin-project-lite",
|
| "tokio",
|
| ]
|
|
|
| [[package]]
|
| name = "iana-time-zone"
|
| version = "0.1.65"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
| dependencies = [
|
| "android_system_properties",
|
| "core-foundation-sys",
|
| "iana-time-zone-haiku",
|
| "js-sys",
|
| "log",
|
| "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 = "indexmap"
|
| version = "2.14.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
| dependencies = [
|
| "equivalent",
|
| "hashbrown 0.17.1",
|
| ]
|
|
|
| [[package]]
|
| name = "is_terminal_polyfill"
|
| version = "1.70.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
|
| [[package]]
|
| name = "itoa"
|
| version = "1.0.18"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
| [[package]]
|
| name = "jobserver"
|
| version = "0.1.35"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
|
| dependencies = [
|
| "getrandom 0.4.3",
|
| "libc",
|
| ]
|
|
|
| [[package]]
|
| name = "js-sys"
|
| version = "0.3.103"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
| dependencies = [
|
| "cfg-if",
|
| "futures-util",
|
| "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.189"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
|
| [[package]]
|
| name = "libgit2-sys"
|
| version = "0.18.7+1.9.6"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "23c7391e4b9f4ffab1a624223cc1d7385ff9a678f490768add717de7ea2f4d89"
|
| dependencies = [
|
| "cc",
|
| "libc",
|
| "libz-sys",
|
| "pkg-config",
|
| ]
|
|
|
| [[package]]
|
| name = "libz-sys"
|
| version = "1.1.29"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "85bc9657773828b90eeb625adff10eeac83cc21bbfd8e23a03eaa8a33c9e28d9"
|
| dependencies = [
|
| "cc",
|
| "libc",
|
| "pkg-config",
|
| "vcpkg",
|
| ]
|
|
|
| [[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.14"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
| dependencies = [
|
| "scopeguard",
|
| ]
|
|
|
| [[package]]
|
| name = "log"
|
| version = "0.4.33"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
|
| [[package]]
|
| name = "memchr"
|
| version = "2.8.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
|
| [[package]]
|
| name = "mio"
|
| version = "1.2.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
|
| dependencies = [
|
| "libc",
|
| "wasi",
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "mockito"
|
| version = "1.7.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "90820618712cab19cfc46b274c6c22546a82affcb3c3bdf0f29e3db8e1bb92c0"
|
| dependencies = [
|
| "assert-json-diff",
|
| "bytes",
|
| "colored",
|
| "futures-core",
|
| "http",
|
| "http-body",
|
| "http-body-util",
|
| "hyper",
|
| "hyper-util",
|
| "log",
|
| "pin-project-lite",
|
| "rand",
|
| "regex",
|
| "serde_json",
|
| "serde_urlencoded",
|
| "similar",
|
| "tokio",
|
| ]
|
|
|
| [[package]]
|
| name = "nu-ansi-term"
|
| version = "0.50.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
| dependencies = [
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "num-traits"
|
| version = "0.2.19"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
| dependencies = [
|
| "autocfg",
|
| ]
|
|
|
| [[package]]
|
| name = "once_cell"
|
| version = "1.21.4"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
|
| [[package]]
|
| name = "once_cell_polyfill"
|
| version = "1.70.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
|
| [[package]]
|
| name = "parking_lot"
|
| version = "0.12.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
| dependencies = [
|
| "lock_api",
|
| "parking_lot_core",
|
| ]
|
|
|
| [[package]]
|
| name = "parking_lot_core"
|
| version = "0.9.12"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
| dependencies = [
|
| "cfg-if",
|
| "libc",
|
| "redox_syscall",
|
| "smallvec",
|
| "windows-link",
|
| ]
|
|
|
| [[package]]
|
| name = "percent-encoding"
|
| version = "2.3.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
|
| [[package]]
|
| name = "pin-project-lite"
|
| version = "0.2.17"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
|
| [[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.33"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
|
| [[package]]
|
| name = "ppv-lite86"
|
| version = "0.2.21"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
| dependencies = [
|
| "zerocopy",
|
| ]
|
|
|
| [[package]]
|
| name = "proc-macro2"
|
| version = "1.0.107"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
| dependencies = [
|
| "unicode-ident",
|
| ]
|
|
|
| [[package]]
|
| name = "quote"
|
| version = "1.0.47"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
| dependencies = [
|
| "proc-macro2",
|
| ]
|
|
|
| [[package]]
|
| name = "r-efi"
|
| version = "5.3.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
| [[package]]
|
| name = "r-efi"
|
| version = "6.0.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
|
| [[package]]
|
| name = "rand"
|
| version = "0.9.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
|
| dependencies = [
|
| "rand_chacha",
|
| "rand_core 0.9.5",
|
| ]
|
|
|
| [[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.5",
|
| ]
|
|
|
| [[package]]
|
| name = "rand_core"
|
| version = "0.6.4"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
| dependencies = [
|
| "getrandom 0.2.17",
|
| ]
|
|
|
| [[package]]
|
| name = "rand_core"
|
| version = "0.9.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
| dependencies = [
|
| "getrandom 0.3.4",
|
| ]
|
|
|
| [[package]]
|
| name = "redox_syscall"
|
| version = "0.5.18"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
| dependencies = [
|
| "bitflags",
|
| ]
|
|
|
| [[package]]
|
| name = "regex"
|
| version = "1.13.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
| dependencies = [
|
| "aho-corasick",
|
| "memchr",
|
| "regex-automata",
|
| "regex-syntax",
|
| ]
|
|
|
| [[package]]
|
| name = "regex-automata"
|
| version = "0.4.16"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
|
| dependencies = [
|
| "aho-corasick",
|
| "memchr",
|
| "regex-syntax",
|
| ]
|
|
|
| [[package]]
|
| name = "regex-syntax"
|
| version = "0.8.11"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
|
| [[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 = "1.1.4"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
| dependencies = [
|
| "bitflags",
|
| "errno",
|
| "libc",
|
| "linux-raw-sys",
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "rustversion"
|
| version = "1.0.23"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
|
| [[package]]
|
| name = "ryu"
|
| version = "1.0.23"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
|
| [[package]]
|
| name = "scopeguard"
|
| version = "1.2.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
| [[package]]
|
| name = "seb-human-touch"
|
| version = "1.0.0"
|
| dependencies = [
|
| "anyhow",
|
| "async-trait",
|
| "blake3",
|
| "chrono",
|
| "clap",
|
| "crossbeam-channel",
|
| "dashmap",
|
| "ed25519-dalek",
|
| "git2",
|
| "hex",
|
| "mockito",
|
| "parking_lot",
|
| "regex",
|
| "serde",
|
| "serde_json",
|
| "tempfile",
|
| "thiserror",
|
| "tokio",
|
| "tokio-test",
|
| "tracing",
|
| "tracing-subscriber",
|
| "uuid",
|
| ]
|
|
|
| [[package]]
|
| name = "semver"
|
| version = "1.0.28"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
|
| [[package]]
|
| name = "serde"
|
| version = "1.0.229"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
| dependencies = [
|
| "serde_core",
|
| "serde_derive",
|
| ]
|
|
|
| [[package]]
|
| name = "serde_core"
|
| version = "1.0.229"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
| dependencies = [
|
| "serde_derive",
|
| ]
|
|
|
| [[package]]
|
| name = "serde_derive"
|
| version = "1.0.229"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "syn 3.0.3",
|
| ]
|
|
|
| [[package]]
|
| name = "serde_json"
|
| version = "1.0.151"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
| dependencies = [
|
| "itoa",
|
| "memchr",
|
| "serde",
|
| "serde_core",
|
| "zmij",
|
| ]
|
|
|
| [[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 = "sha2"
|
| version = "0.10.9"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
| dependencies = [
|
| "cfg-if",
|
| "cpufeatures 0.2.17",
|
| "digest",
|
| ]
|
|
|
| [[package]]
|
| name = "sharded-slab"
|
| version = "0.1.7"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
| dependencies = [
|
| "lazy_static",
|
| ]
|
|
|
| [[package]]
|
| name = "shlex"
|
| version = "2.0.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
|
| [[package]]
|
| name = "signal-hook-registry"
|
| version = "1.4.8"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
| dependencies = [
|
| "errno",
|
| "libc",
|
| ]
|
|
|
| [[package]]
|
| name = "signature"
|
| version = "2.2.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
| dependencies = [
|
| "rand_core 0.6.4",
|
| ]
|
|
|
| [[package]]
|
| name = "similar"
|
| version = "2.7.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
|
|
|
| [[package]]
|
| name = "slab"
|
| version = "0.4.12"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
| [[package]]
|
| name = "smallvec"
|
| version = "1.15.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
|
| [[package]]
|
| name = "socket2"
|
| version = "0.6.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
|
| dependencies = [
|
| "libc",
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "spki"
|
| version = "0.7.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
| dependencies = [
|
| "base64ct",
|
| "der",
|
| ]
|
|
|
| [[package]]
|
| name = "strsim"
|
| version = "0.11.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
| [[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.119"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "unicode-ident",
|
| ]
|
|
|
| [[package]]
|
| name = "syn"
|
| version = "3.0.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "unicode-ident",
|
| ]
|
|
|
| [[package]]
|
| name = "tempfile"
|
| version = "3.27.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
| dependencies = [
|
| "fastrand",
|
| "getrandom 0.4.3",
|
| "once_cell",
|
| "rustix",
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "thiserror"
|
| version = "1.0.69"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
| dependencies = [
|
| "thiserror-impl",
|
| ]
|
|
|
| [[package]]
|
| name = "thiserror-impl"
|
| version = "1.0.69"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "syn 2.0.119",
|
| ]
|
|
|
| [[package]]
|
| name = "thread_local"
|
| version = "1.1.10"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
|
| dependencies = [
|
| "cfg-if",
|
| ]
|
|
|
| [[package]]
|
| name = "tokio"
|
| version = "1.53.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
| dependencies = [
|
| "bytes",
|
| "libc",
|
| "mio",
|
| "parking_lot",
|
| "pin-project-lite",
|
| "signal-hook-registry",
|
| "socket2",
|
| "tokio-macros",
|
| "windows-sys",
|
| ]
|
|
|
| [[package]]
|
| name = "tokio-macros"
|
| version = "2.7.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "syn 2.0.119",
|
| ]
|
|
|
| [[package]]
|
| name = "tokio-stream"
|
| version = "0.1.19"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
|
| dependencies = [
|
| "futures-core",
|
| "pin-project-lite",
|
| "tokio",
|
| ]
|
|
|
| [[package]]
|
| name = "tokio-test"
|
| version = "0.4.5"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545"
|
| dependencies = [
|
| "futures-core",
|
| "tokio",
|
| "tokio-stream",
|
| ]
|
|
|
| [[package]]
|
| name = "tokio-util"
|
| version = "0.7.19"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
|
| dependencies = [
|
| "bytes",
|
| "futures-core",
|
| "futures-sink",
|
| "libc",
|
| "pin-project-lite",
|
| "tokio",
|
| ]
|
|
|
| [[package]]
|
| name = "tracing"
|
| version = "0.1.44"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
| dependencies = [
|
| "pin-project-lite",
|
| "tracing-attributes",
|
| "tracing-core",
|
| ]
|
|
|
| [[package]]
|
| name = "tracing-attributes"
|
| version = "0.1.31"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "syn 2.0.119",
|
| ]
|
|
|
| [[package]]
|
| name = "tracing-core"
|
| version = "0.1.36"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
| dependencies = [
|
| "once_cell",
|
| "valuable",
|
| ]
|
|
|
| [[package]]
|
| name = "tracing-log"
|
| version = "0.2.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
| dependencies = [
|
| "log",
|
| "once_cell",
|
| "tracing-core",
|
| ]
|
|
|
| [[package]]
|
| name = "tracing-serde"
|
| version = "0.2.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
|
| dependencies = [
|
| "serde",
|
| "tracing-core",
|
| ]
|
|
|
| [[package]]
|
| name = "tracing-subscriber"
|
| version = "0.3.23"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
| dependencies = [
|
| "nu-ansi-term",
|
| "serde",
|
| "serde_json",
|
| "sharded-slab",
|
| "smallvec",
|
| "thread_local",
|
| "tracing-core",
|
| "tracing-log",
|
| "tracing-serde",
|
| ]
|
|
|
| [[package]]
|
| name = "typenum"
|
| version = "1.20.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
|
|
|
| [[package]]
|
| name = "unicode-ident"
|
| version = "1.0.24"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
|
| [[package]]
|
| name = "utf8parse"
|
| version = "0.2.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
| [[package]]
|
| name = "uuid"
|
| version = "1.24.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
|
| dependencies = [
|
| "getrandom 0.4.3",
|
| "js-sys",
|
| "serde_core",
|
| "wasm-bindgen",
|
| ]
|
|
|
| [[package]]
|
| name = "valuable"
|
| version = "0.1.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
| [[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.1+wasi-snapshot-preview1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
| [[package]]
|
| name = "wasip2"
|
| version = "1.0.4+wasi-0.2.12"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
| dependencies = [
|
| "wit-bindgen",
|
| ]
|
|
|
| [[package]]
|
| name = "wasm-bindgen"
|
| version = "0.2.126"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
| dependencies = [
|
| "cfg-if",
|
| "once_cell",
|
| "rustversion",
|
| "wasm-bindgen-macro",
|
| "wasm-bindgen-shared",
|
| ]
|
|
|
| [[package]]
|
| name = "wasm-bindgen-macro"
|
| version = "0.2.126"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
| dependencies = [
|
| "quote",
|
| "wasm-bindgen-macro-support",
|
| ]
|
|
|
| [[package]]
|
| name = "wasm-bindgen-macro-support"
|
| version = "0.2.126"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
| dependencies = [
|
| "bumpalo",
|
| "proc-macro2",
|
| "quote",
|
| "syn 2.0.119",
|
| "wasm-bindgen-shared",
|
| ]
|
|
|
| [[package]]
|
| name = "wasm-bindgen-shared"
|
| version = "0.2.126"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
| dependencies = [
|
| "unicode-ident",
|
| ]
|
|
|
| [[package]]
|
| name = "windows-core"
|
| version = "0.62.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
| dependencies = [
|
| "windows-implement",
|
| "windows-interface",
|
| "windows-link",
|
| "windows-result",
|
| "windows-strings",
|
| ]
|
|
|
| [[package]]
|
| name = "windows-implement"
|
| version = "0.60.2"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "syn 2.0.119",
|
| ]
|
|
|
| [[package]]
|
| name = "windows-interface"
|
| version = "0.59.3"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "syn 2.0.119",
|
| ]
|
|
|
| [[package]]
|
| name = "windows-link"
|
| version = "0.2.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
| [[package]]
|
| name = "windows-result"
|
| version = "0.4.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
| dependencies = [
|
| "windows-link",
|
| ]
|
|
|
| [[package]]
|
| name = "windows-strings"
|
| version = "0.5.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
| dependencies = [
|
| "windows-link",
|
| ]
|
|
|
| [[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 = "wit-bindgen"
|
| version = "0.57.1"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
|
| [[package]]
|
| name = "zerocopy"
|
| version = "0.8.55"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
|
| dependencies = [
|
| "zerocopy-derive",
|
| ]
|
|
|
| [[package]]
|
| name = "zerocopy-derive"
|
| version = "0.8.55"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
|
| dependencies = [
|
| "proc-macro2",
|
| "quote",
|
| "syn 2.0.119",
|
| ]
|
|
|
| [[package]]
|
| name = "zeroize"
|
| version = "1.9.0"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
|
| [[package]]
|
| name = "zmij"
|
| version = "1.0.23"
|
| source = "registry+https://github.com/rust-lang/crates.io-index"
|
| checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
|