Skip to content
Cargo.lock 85.6 KiB
Newer Older
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
theMackabu's avatar
theMackabu committed
dependencies = [
 "aho-corasick",
 "memchr",
theMackabu's avatar
theMackabu committed
 "regex-syntax 0.8.5",
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"

theMackabu's avatar
theMackabu committed
[[package]]
name = "regex-syntax"
theMackabu's avatar
theMackabu committed
version = "0.8.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
theMackabu's avatar
theMackabu committed
[[package]]
name = "reqwest"
theMackabu's avatar
theMackabu committed
version = "0.11.27"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "base64 0.21.7",
theMackabu's avatar
theMackabu committed
 "bytes",
 "encoding_rs",
 "futures-core",
 "futures-util",
 "h2",
theMackabu's avatar
theMackabu committed
 "http 0.2.12",
theMackabu's avatar
theMackabu committed
 "http-body",
 "hyper",
theMackabu's avatar
theMackabu committed
 "hyper-rustls",
theMackabu's avatar
theMackabu committed
 "ipnet",
 "js-sys",
 "log",
 "mime",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
theMackabu's avatar
theMackabu committed
 "rustls",
 "rustls-pemfile",
theMackabu's avatar
theMackabu committed
 "serde",
 "serde_json",
 "serde_urlencoded",
theMackabu's avatar
theMackabu committed
 "sync_wrapper",
theMackabu's avatar
theMackabu committed
 "system-configuration",
theMackabu's avatar
theMackabu committed
 "tokio",
theMackabu's avatar
theMackabu committed
 "tokio-rustls",
theMackabu's avatar
theMackabu committed
 "tower-service",
 "url",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
theMackabu's avatar
theMackabu committed
 "webpki-roots 0.25.4",
theMackabu's avatar
theMackabu committed
 "winreg",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "ring"
theMackabu's avatar
theMackabu committed
version = "0.17.8"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
theMackabu's avatar
theMackabu committed
dependencies = [
 "cc",
theMackabu's avatar
theMackabu committed
 "cfg-if",
theMackabu's avatar
theMackabu committed
 "getrandom",
 "libc",
 "spin",
 "untrusted",
theMackabu's avatar
theMackabu committed
 "windows-sys 0.52.0",
[[package]]
name = "rmp"
theMackabu's avatar
theMackabu committed
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
dependencies = [
 "byteorder",
 "num-traits",
 "paste",
]

[[package]]
name = "rmp-serde"
theMackabu's avatar
theMackabu committed
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
dependencies = [
 "byteorder",
 "rmp",
 "serde",
]

[[package]]
name = "rocket"
theMackabu's avatar
theMackabu committed
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "a516907296a31df7dc04310e7043b61d71954d703b603cc6867a026d7e72d73f"
dependencies = [
 "async-stream",
 "async-trait",
 "atomic 0.5.3",
 "binascii",
 "bytes",
 "either",
 "figment",
 "futures",
theMackabu's avatar
theMackabu committed
 "indexmap 2.6.0",
 "log",
 "memchr",
 "multer",
 "num_cpus",
 "parking_lot",
 "pin-project-lite",
 "rand",
 "ref-cast",
 "rmp-serde",
 "rocket_codegen",
 "rocket_http",
 "serde",
 "serde_json",
 "state",
 "tempfile",
 "time",
 "tokio",
 "tokio-stream",
 "tokio-util",
 "ubyte",
 "version_check",
 "yansi",
]

[[package]]
name = "rocket_codegen"
theMackabu's avatar
theMackabu committed
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "575d32d7ec1a9770108c879fc7c47815a80073f96ca07ff9525a94fcede1dd46"
dependencies = [
 "devise",
 "glob",
theMackabu's avatar
theMackabu committed
 "indexmap 2.6.0",
 "proc-macro2",
 "quote",
 "rocket_http",
 "syn",
 "unicode-xid",
 "version_check",
]

[[package]]
name = "rocket_http"
theMackabu's avatar
theMackabu committed
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "e274915a20ee3065f611c044bd63c40757396b6dbc057d6046aec27f14f882b9"
dependencies = [
 "cookie",
 "either",
 "futures",
theMackabu's avatar
theMackabu committed
 "http 0.2.12",
 "hyper",
theMackabu's avatar
theMackabu committed
 "indexmap 2.6.0",
 "log",
 "memchr",
 "pear",
 "percent-encoding",
 "pin-project-lite",
 "ref-cast",
 "serde",
 "smallvec",
 "stable-pattern",
 "state",
 "time",
 "tokio",
 "uncased",
]

[[package]]
name = "rocket_ws"
theMackabu's avatar
theMackabu committed
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "25f1877668c937b701177c349f21383c556cd3bb4ba8fa1d07fa96ccb3a8782e"
dependencies = [
 "rocket",
 "tokio-tungstenite",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "rustc-demangle"
theMackabu's avatar
theMackabu committed
version = "0.1.24"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
name = "rustix"
theMackabu's avatar
theMackabu committed
version = "0.38.41"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bitflags 2.6.0",
theMackabu's avatar
theMackabu committed
 "errno",
theMackabu's avatar
theMackabu committed
 "libc",
theMackabu's avatar
theMackabu committed
 "linux-raw-sys",
theMackabu's avatar
theMackabu committed
 "windows-sys 0.52.0",
theMackabu's avatar
theMackabu committed
[[package]]
name = "rustls"
theMackabu's avatar
theMackabu committed
version = "0.21.12"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
theMackabu's avatar
theMackabu committed
dependencies = [
 "log",
 "ring",
 "rustls-webpki",
 "sct",
]

[[package]]
name = "rustls-pemfile"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
theMackabu's avatar
theMackabu committed
 "base64 0.21.7",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
 "ring",
 "untrusted",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "rustversion"
theMackabu's avatar
theMackabu committed
version = "1.0.18"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
theMackabu's avatar
theMackabu committed

[[package]]
name = "ryu"
theMackabu's avatar
theMackabu committed
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
theMackabu's avatar
theMackabu committed
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
 "winapi-util",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"

theMackabu's avatar
theMackabu committed
[[package]]
name = "scopeguard"
theMackabu's avatar
theMackabu committed
version = "1.2.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "sct"
version = "0.7.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "ring",
 "untrusted",
theMackabu's avatar
theMackabu committed
[[package]]
name = "serde"
theMackabu's avatar
theMackabu committed
version = "1.0.215"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
theMackabu's avatar
theMackabu committed
dependencies = [
 "serde_derive",
]
theMackabu's avatar
theMackabu committed

[[package]]
name = "serde_derive"
theMackabu's avatar
theMackabu committed
version = "1.0.215"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
theMackabu's avatar
theMackabu committed
 "syn",
[[package]]
name = "serde_json"
theMackabu's avatar
theMackabu committed
version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [
 "itoa",
theMackabu's avatar
theMackabu committed
 "memchr",
theMackabu's avatar
theMackabu committed
[[package]]
name = "serde_repr"
theMackabu's avatar
theMackabu committed
version = "0.1.19"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "serde_spanned"
theMackabu's avatar
theMackabu committed
version = "0.6.8"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
theMackabu's avatar
theMackabu committed
dependencies = [
 "serde",
]

theMackabu's avatar
theMackabu committed
[[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",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "serde_with"
theMackabu's avatar
theMackabu committed
version = "3.11.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "base64 0.22.1",
theMackabu's avatar
theMackabu committed
 "chrono",
 "hex",
 "indexmap 1.9.3",
theMackabu's avatar
theMackabu committed
 "indexmap 2.6.0",
theMackabu's avatar
theMackabu committed
 "serde",
theMackabu's avatar
theMackabu committed
 "serde_derive",
theMackabu's avatar
theMackabu committed
 "serde_json",
 "time",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "serde_yaml"
theMackabu's avatar
theMackabu committed
version = "0.9.34+deprecated"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "indexmap 2.6.0",
theMackabu's avatar
theMackabu committed
 "itoa",
 "ryu",
 "serde",
 "unsafe-libyaml",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
 "cfg-if",
 "cpufeatures",
 "digest",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "sha2"
theMackabu's avatar
theMackabu committed
version = "0.10.8"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
theMackabu's avatar
theMackabu committed
dependencies = [
 "cfg-if",
 "cpufeatures",
 "digest",
]

[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
 "lazy_static",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

theMackabu's avatar
theMackabu committed
[[package]]
name = "signal-hook"
theMackabu's avatar
theMackabu committed
version = "0.3.17"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
theMackabu's avatar
theMackabu committed
dependencies = [
 "libc",
 "signal-hook-registry",
]

[[package]]
name = "signal-hook-mio"
theMackabu's avatar
theMackabu committed
version = "0.2.4"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
theMackabu's avatar
theMackabu committed
dependencies = [
 "libc",
theMackabu's avatar
theMackabu committed
 "mio 0.8.11",
theMackabu's avatar
theMackabu committed
 "signal-hook",
]

[[package]]
name = "signal-hook-registry"
theMackabu's avatar
theMackabu committed
version = "1.4.2"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
theMackabu's avatar
theMackabu committed
dependencies = [
 "libc",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "slab"
theMackabu's avatar
theMackabu committed
version = "0.4.9"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
theMackabu's avatar
theMackabu committed
dependencies = [
 "autocfg",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "smallvec"
theMackabu's avatar
theMackabu committed
version = "1.13.2"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
name = "socket2"
theMackabu's avatar
theMackabu committed
version = "0.5.7"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
theMackabu's avatar
theMackabu committed
dependencies = [
 "libc",
theMackabu's avatar
theMackabu committed
 "windows-sys 0.52.0",
theMackabu's avatar
theMackabu committed
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"

[[package]]
name = "stable-pattern"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
dependencies = [
 "memchr",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"

[[package]]
name = "state"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
dependencies = [
 "loom",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "strip-ansi-escapes"
theMackabu's avatar
theMackabu committed
version = "0.2.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa"
theMackabu's avatar
theMackabu committed
dependencies = [
 "vte",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "strsim"
theMackabu's avatar
theMackabu committed
version = "0.11.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
theMackabu's avatar
theMackabu committed
[[package]]
name = "syn"
theMackabu's avatar
theMackabu committed
version = "2.0.87"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"

[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
 "bitflags 1.3.2",
 "core-foundation",
 "system-configuration-sys",
]

[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
 "core-foundation-sys",
 "libc",
]

[[package]]
name = "tar"
theMackabu's avatar
theMackabu committed
version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6"
dependencies = [
 "filetime",
 "libc",
 "xattr",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "tempfile"
theMackabu's avatar
theMackabu committed
version = "3.14.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
theMackabu's avatar
theMackabu committed
dependencies = [
 "cfg-if",
 "fastrand",
theMackabu's avatar
theMackabu committed
 "once_cell",
theMackabu's avatar
theMackabu committed
 "rustix",
theMackabu's avatar
theMackabu committed
 "windows-sys 0.59.0",
theMackabu's avatar
theMackabu committed
[[package]]
name = "termcolor"
theMackabu's avatar
theMackabu committed
version = "1.4.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
theMackabu's avatar
theMackabu committed
dependencies = [
 "winapi-util",
]

[[package]]
name = "text_placeholder"
theMackabu's avatar
theMackabu committed
version = "0.5.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "dd5008f74a09742486ef0047596cf35df2b914e2a8dca5727fcb6ba6842a766b"
theMackabu's avatar
theMackabu committed
dependencies = [
 "hashbrown 0.13.2",
]
theMackabu's avatar
theMackabu committed

[[package]]
name = "thiserror"
theMackabu's avatar
theMackabu committed
version = "1.0.69"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
theMackabu's avatar
theMackabu committed
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
theMackabu's avatar
theMackabu committed
version = "1.0.69"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
theMackabu's avatar
theMackabu committed
 "syn",
[[package]]
name = "thread_local"
theMackabu's avatar
theMackabu committed
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
 "cfg-if",
 "once_cell",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "time"
theMackabu's avatar
theMackabu committed
version = "0.3.36"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
theMackabu's avatar
theMackabu committed
dependencies = [
 "deranged",
 "itoa",
theMackabu's avatar
theMackabu committed
 "num-conv",
theMackabu's avatar
theMackabu committed
 "powerfmt",
 "serde",
 "time-core",
 "time-macros",
]

[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"

[[package]]
name = "time-macros"
theMackabu's avatar
theMackabu committed
version = "0.2.18"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "num-conv",
theMackabu's avatar
theMackabu committed
 "time-core",
]

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "tinystr"
version = "0.7.6"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "displaydoc",
 "zerovec",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "tokio"
theMackabu's avatar
theMackabu committed
version = "1.41.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "backtrace",
theMackabu's avatar
theMackabu committed
 "bytes",
 "libc",
theMackabu's avatar
theMackabu committed
 "mio 1.0.2",
theMackabu's avatar
theMackabu committed
 "parking_lot",
theMackabu's avatar
theMackabu committed
 "pin-project-lite",
theMackabu's avatar
theMackabu committed
 "signal-hook-registry",
theMackabu's avatar
theMackabu committed
 "socket2",
theMackabu's avatar
theMackabu committed
 "tokio-macros",
theMackabu's avatar
theMackabu committed
 "windows-sys 0.52.0",
theMackabu's avatar
theMackabu committed
[[package]]
name = "tokio-macros"
theMackabu's avatar
theMackabu committed
version = "2.4.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "tokio-rustls"
version = "0.24.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "rustls",
theMackabu's avatar
theMackabu committed
 "tokio",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "tokio-stream"
theMackabu's avatar
theMackabu committed
version = "0.1.16"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
theMackabu's avatar
theMackabu committed
dependencies = [
 "futures-core",
 "pin-project-lite",
 "tokio",
]

[[package]]
name = "tokio-tungstenite"
theMackabu's avatar
theMackabu committed
version = "0.21.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
theMackabu's avatar
theMackabu committed
dependencies = [
 "futures-util",
 "log",
 "tokio",
theMackabu's avatar
theMackabu committed
 "tungstenite 0.21.0",
theMackabu's avatar
theMackabu committed
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "tokio-util"
theMackabu's avatar
theMackabu committed
version = "0.7.12"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
theMackabu's avatar
theMackabu committed
dependencies = [
 "bytes",
 "futures-core",
 "futures-sink",
 "pin-project-lite",
 "tokio",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "toml"
theMackabu's avatar
theMackabu committed
version = "0.8.19"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
theMackabu's avatar
theMackabu committed
dependencies = [
 "serde",
 "serde_spanned",
 "toml_datetime",
 "toml_edit",
]

[[package]]
name = "toml_datetime"
theMackabu's avatar
theMackabu committed
version = "0.6.8"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
theMackabu's avatar
theMackabu committed
dependencies = [
 "serde",
]

[[package]]
name = "toml_edit"
theMackabu's avatar
theMackabu committed
version = "0.22.22"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "indexmap 2.6.0",
theMackabu's avatar
theMackabu committed
 "serde",
theMackabu's avatar
theMackabu committed
 "serde_spanned",
 "toml_datetime",
 "winnow",
theMackabu's avatar
theMackabu committed
[[package]]
name = "tower-service"
theMackabu's avatar
theMackabu committed
version = "0.3.3"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
theMackabu's avatar
theMackabu committed

[[package]]
name = "tracing"
theMackabu's avatar
theMackabu committed
version = "0.1.40"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
theMackabu's avatar
theMackabu committed
dependencies = [
 "pin-project-lite",
 "tracing-attributes",
theMackabu's avatar
theMackabu committed
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "tracing-core"
theMackabu's avatar
theMackabu committed
version = "0.1.32"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
theMackabu's avatar
theMackabu committed
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-subscriber"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
 "matchers",
 "nu-ansi-term",
 "once_cell",
 "regex",
 "sharded-slab",
 "smallvec",
 "thread_local",
 "tracing",
 "tracing-core",
 "tracing-log",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "try-lock"
theMackabu's avatar
theMackabu committed
version = "0.2.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
name = "tungstenite"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
dependencies = [
 "byteorder",
 "bytes",
 "data-encoding",
theMackabu's avatar
theMackabu committed
 "http 0.2.12",
theMackabu's avatar
theMackabu committed
 "httparse",
 "log",
 "rand",
theMackabu's avatar
theMackabu committed
 "rustls",
theMackabu's avatar
theMackabu committed
 "sha1",
 "thiserror",
 "url",
 "utf-8",
theMackabu's avatar
theMackabu committed
 "webpki-roots 0.24.0",
theMackabu's avatar
theMackabu committed
[[package]]
name = "tungstenite"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
dependencies = [
 "byteorder",
 "bytes",
 "data-encoding",
 "http 1.1.0",
 "httparse",
 "log",
 "rand",
 "sha1",
 "thiserror",
 "url",
 "utf-8",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "typenum"
theMackabu's avatar
theMackabu committed
version = "1.17.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
theMackabu's avatar
theMackabu committed

[[package]]
name = "ubyte"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea"
dependencies = [
 "serde",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "ucd-trie"
theMackabu's avatar
theMackabu committed
version = "0.1.7"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
name = "uncased"
theMackabu's avatar
theMackabu committed
version = "0.9.10"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
theMackabu's avatar
theMackabu committed
dependencies = [
 "serde",
theMackabu's avatar
theMackabu committed
 "version_check",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "unicode-ident"
theMackabu's avatar
theMackabu committed
version = "1.0.13"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "unicode-segmentation"
version = "1.12.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "unicode-width"
version = "0.1.14"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
theMackabu's avatar
theMackabu committed

[[package]]
name = "unicode-width"
theMackabu's avatar
theMackabu committed
version = "0.2.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[package]]
name = "unicode-xid"
theMackabu's avatar
theMackabu committed
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
theMackabu's avatar
theMackabu committed
[[package]]
name = "unsafe-libyaml"
theMackabu's avatar
theMackabu committed
version = "0.2.11"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
theMackabu's avatar
theMackabu committed
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"

theMackabu's avatar
theMackabu committed
[[package]]
name = "url"
theMackabu's avatar
theMackabu committed
version = "2.5.3"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
theMackabu's avatar
theMackabu committed
dependencies = [
 "form_urlencoded",
 "idna",
 "percent-encoding",
]

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"

theMackabu's avatar
theMackabu committed
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"

[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"