2022-08-09 13:23:30 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-10-24 22:59:27 +02:00
|
|
|
version = 4
|
2022-08-09 13:23:30 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "action"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cuddle-actions 0.1.0 (git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2)",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-06-17 12:54:06 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "addr2line"
|
|
|
|
version = "0.22.0"
|
2023-06-17 12:54:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-06-17 12:54:06 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"gimli",
|
2022-08-14 20:19:29 +02:00
|
|
|
]
|
|
|
|
|
2023-07-27 15:04:46 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2023-07-27 15:04:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2023-07-27 15:04:46 +02:00
|
|
|
|
2022-08-10 18:26:12 +02:00
|
|
|
[[package]]
|
2023-06-17 03:38:48 +02:00
|
|
|
name = "anstream"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.6.15"
|
2022-08-10 18:26:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
2022-08-10 18:26:12 +02:00
|
|
|
dependencies = [
|
2023-06-17 03:38:48 +02:00
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-08-23 21:53:25 +02:00
|
|
|
"is_terminal_polyfill",
|
2023-06-17 03:38:48 +02:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "1.0.8"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.2.5"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "1.1.1"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
2024-10-26 00:23:17 +02:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "3.0.4"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-10-26 00:23:17 +02:00
|
|
|
"windows-sys 0.52.0",
|
2022-08-10 18:26:12 +02:00
|
|
|
]
|
|
|
|
|
2022-08-09 17:53:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-10-24 22:59:27 +02:00
|
|
|
version = "1.0.91"
|
2024-08-23 21:51:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 22:59:27 +02:00
|
|
|
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
|
2023-07-27 15:04:46 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[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.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-08-09 17:53:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "1.3.0"
|
2022-08-09 17:53:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2023-06-17 12:54:06 +02:00
|
|
|
|
2022-08-09 13:23:30 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.73"
|
2024-08-23 21:51:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2024-08-23 21:51:42 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-08-23 21:51:42 +02:00
|
|
|
]
|
2022-08-09 13:23:30 +02:00
|
|
|
|
2022-08-09 17:53:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "2.6.0"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
|
|
|
version = "1.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "1.7.1"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
2022-08-14 20:19:29 +02:00
|
|
|
|
2022-08-09 17:53:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "1.1.14"
|
2022-08-09 17:53:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2022-08-09 17:53:53 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-07-27 15:04:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "4.5.16"
|
2023-07-27 15:04:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
2024-08-23 21:51:42 +02:00
|
|
|
"clap_derive",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "4.5.15"
|
2022-08-10 12:34:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
|
2022-08-10 12:34:04 +02:00
|
|
|
dependencies = [
|
2023-06-17 03:38:48 +02:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-08-10 12:34:04 +02:00
|
|
|
"clap_lex",
|
2024-08-23 21:51:42 +02:00
|
|
|
"strsim",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:51:42 +02:00
|
|
|
name = "clap_derive"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "4.5.13"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:51:42 +02:00
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:53:25 +02:00
|
|
|
"syn",
|
2022-08-10 12:34:04 +02:00
|
|
|
]
|
|
|
|
|
2024-01-28 16:41:50 +01:00
|
|
|
[[package]]
|
2024-08-23 21:51:42 +02:00
|
|
|
name = "clap_lex"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.7.2"
|
2024-01-28 16:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
2024-01-28 16:41:50 +01:00
|
|
|
|
2023-10-21 11:17:54 +02:00
|
|
|
[[package]]
|
2024-08-23 21:51:42 +02:00
|
|
|
name = "colorchoice"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "1.0.2"
|
2023-10-21 11:17:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
2023-10-21 11:17:54 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2022-08-14 20:19:29 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "cuddle"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-10-26 00:23:17 +02:00
|
|
|
"blake3",
|
2024-08-23 21:53:25 +02:00
|
|
|
"clap",
|
2024-10-26 00:23:17 +02:00
|
|
|
"dirs",
|
2024-08-23 21:53:25 +02:00
|
|
|
"dotenv",
|
2024-08-24 00:45:16 +02:00
|
|
|
"fs_extra",
|
2024-08-23 21:53:25 +02:00
|
|
|
"serde",
|
2024-08-25 22:13:50 +02:00
|
|
|
"serde_json",
|
2024-10-26 00:23:17 +02:00
|
|
|
"sha256",
|
2024-08-23 21:53:25 +02:00
|
|
|
"tokio",
|
2024-08-23 23:21:53 +02:00
|
|
|
"toml",
|
2024-08-23 21:53:25 +02:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"uuid",
|
2024-10-26 00:23:17 +02:00
|
|
|
"walkdir",
|
2024-08-23 21:53:25 +02:00
|
|
|
]
|
2022-08-14 20:19:29 +02:00
|
|
|
|
2024-08-26 09:05:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cuddle-actions"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"pretty_assertions",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2024-10-24 22:59:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cuddle-actions"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2#dfa70b348593a9053b2ab7f866ff4ab2bcddfeea"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2024-08-26 09:05:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[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 = "dirs"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-08-14 20:19:29 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
2022-08-14 20:19:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
2022-08-14 20:19:29 +02:00
|
|
|
|
2024-08-23 23:21:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2024-08-24 00:45:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-08-14 20:19:29 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.15"
|
2022-08-14 20:19:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-08-14 20:19:29 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2022-08-14 20:19:29 +02:00
|
|
|
]
|
|
|
|
|
2024-01-28 16:41:50 +01:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "gimli"
|
|
|
|
version = "0.29.0"
|
2024-01-28 16:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2024-01-28 16:41:50 +01:00
|
|
|
|
2024-08-23 23:21:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
|
2024-01-28 16:41:50 +01:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
2024-01-28 16:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-01-28 16:41:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.9"
|
2024-01-28 16:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2024-01-28 16:41:50 +01:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2024-08-23 23:21:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2022-08-10 17:33:31 +02:00
|
|
|
|
2024-08-25 22:13:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
|
|
|
2022-08-09 13:23:30 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.5.0"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.158"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-14 20:19:29 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.12"
|
2022-08-14 20:19:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-08-14 20:19:29 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
2023-07-27 15:04:46 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "log"
|
|
|
|
version = "0.4.22"
|
2023-07-27 15:04:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-07-27 15:04:46 +02:00
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "memchr"
|
|
|
|
version = "2.7.4"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.4"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2022-08-10 16:46:56 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"adler",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
2023-07-02 12:21:12 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "mio"
|
|
|
|
version = "1.0.2"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"hermit-abi",
|
2023-06-17 03:38:48 +02:00
|
|
|
"libc",
|
2024-08-23 21:53:25 +02:00
|
|
|
"wasi",
|
2024-10-26 00:23:17 +02:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"overload",
|
|
|
|
"winapi",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
2024-08-23 21:51:42 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "object"
|
|
|
|
version = "0.36.3"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2023-06-17 03:38:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "once_cell"
|
|
|
|
version = "1.19.0"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-08-10 16:46:56 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2022-08-14 20:19:29 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
2022-08-14 20:19:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2022-08-14 20:19:29 +02:00
|
|
|
|
2022-08-09 17:53:53 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.3"
|
2022-08-09 17:53:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-08-09 17:53:53 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2022-08-09 17:53:53 +02:00
|
|
|
]
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.10"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-10-26 00:23:17 +02:00
|
|
|
"windows-targets 0.52.6",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.14"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-08-26 09:05:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
|
|
|
|
dependencies = [
|
|
|
|
"diff",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.86"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"unicode-ident",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.37"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2024-08-23 21:51:42 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"proc-macro2",
|
2024-08-23 21:51:42 +02:00
|
|
|
]
|
2023-06-17 03:38:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.5.3"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-24 22:59:27 +02:00
|
|
|
[[package]]
|
2024-10-26 00:23:17 +02:00
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
2024-10-24 22:59:27 +02:00
|
|
|
dependencies = [
|
2024-10-26 00:23:17 +02:00
|
|
|
"getrandom",
|
|
|
|
"libredox",
|
|
|
|
"thiserror",
|
2024-10-24 22:59:27 +02:00
|
|
|
]
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.24"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-08-25 22:13:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2022-08-14 20:19:29 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "serde"
|
|
|
|
version = "1.0.208"
|
2022-08-14 20:19:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
|
2022-08-14 20:19:29 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"serde_derive",
|
2022-08-14 20:19:29 +02:00
|
|
|
]
|
|
|
|
|
2022-08-10 17:55:56 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.208"
|
2022-08-10 17:55:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
|
2022-08-10 17:55:56 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2022-08-10 17:55:56 +02:00
|
|
|
]
|
|
|
|
|
2024-08-25 22:13:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.127"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"memchr",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-08-23 23:21:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha256"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "18278f6a914fa3070aa316493f7d2ddfb9ac86ebc06fa3b83bffda487e9065b0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"hex",
|
|
|
|
"sha2",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"lazy_static",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2024-08-23 21:51:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.2"
|
2024-08-23 21:51:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2024-08-23 21:51:42 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"libc",
|
2024-08-23 21:51:42 +02:00
|
|
|
]
|
2023-06-17 03:38:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "smallvec"
|
|
|
|
version = "1.13.2"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2023-07-27 15:04:46 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.7"
|
2023-07-27 15:04:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-07-27 15:04:46 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-10-26 00:23:17 +02:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-27 15:04:46 +02:00
|
|
|
]
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.11.1"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "syn"
|
|
|
|
version = "2.0.75"
|
2024-08-23 21:51:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
|
2024-08-23 21:51:42 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2024-08-23 21:51:42 +02:00
|
|
|
]
|
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.65"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.65"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-08-23 21:51:42 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.8"
|
2024-08-23 21:51:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2024-08-23 21:51:42 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
2024-08-23 21:51:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "tokio"
|
2024-10-24 22:59:27 +02:00
|
|
|
version = "1.41.0"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 22:59:27 +02:00
|
|
|
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
2024-08-23 21:51:42 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
2024-10-26 00:23:17 +02:00
|
|
|
"windows-sys 0.52.0",
|
2024-08-23 21:51:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "tokio-macros"
|
|
|
|
version = "2.4.0"
|
2024-08-23 21:51:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2024-08-23 21:51:42 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2024-08-23 21:51:42 +02:00
|
|
|
]
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-08-23 23:21:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.22.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.40"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.27"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2023-06-17 03:38:48 +02:00
|
|
|
dependencies = [
|
2024-08-23 21:53:25 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.32"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
2023-06-17 03:38:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
2023-06-17 03:38:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.18"
|
2022-08-10 12:34:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2022-08-10 18:26:12 +02:00
|
|
|
dependencies = [
|
2023-06-17 03:38:48 +02:00
|
|
|
"nu-ansi-term",
|
2022-08-10 18:26:12 +02:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
|
2022-08-09 17:53:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "1.0.12"
|
2024-08-23 21:51:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2024-08-23 21:51:42 +02:00
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.2.2"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2022-08-10 18:26:12 +02:00
|
|
|
[[package]]
|
2024-08-23 21:51:42 +02:00
|
|
|
name = "uuid"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "1.10.0"
|
2022-08-10 18:26:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
2024-08-23 21:51:42 +02:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
2022-08-10 18:26:12 +02:00
|
|
|
|
2022-08-10 17:33:31 +02:00
|
|
|
[[package]]
|
2024-08-23 21:51:42 +02:00
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
2022-08-10 17:33:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:51:42 +02:00
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2022-08-10 17:33:31 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-08-10 17:55:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-08-09 17:53:53 +02:00
|
|
|
[[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"
|
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2022-08-09 17:53:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-12-28 19:23:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-10-26 00:23:17 +02:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-06-17 03:38:48 +02:00
|
|
|
]
|
|
|
|
|
2023-12-28 19:23:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.52.6"
|
2023-12-28 19:23:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-28 19:23:54 +01:00
|
|
|
dependencies = [
|
2024-10-26 00:23:17 +02:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-08-23 21:53:25 +02:00
|
|
|
"windows_i686_gnullvm",
|
2024-10-26 00:23:17 +02:00
|
|
|
"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",
|
2023-12-28 19:23:54 +01:00
|
|
|
]
|
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.52.6"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
2023-12-28 19:23:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.52.6"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
2023-12-28 19:23:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.52.6"
|
2023-12-28 19:23:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2023-12-28 19:23:54 +01:00
|
|
|
|
2023-06-17 03:38:48 +02:00
|
|
|
[[package]]
|
2024-08-23 21:53:25 +02:00
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
2023-12-28 19:23:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.52.6"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
2023-12-28 19:23:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.52.6"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
2023-12-28 19:23:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.52.6"
|
2023-06-17 03:38:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-06-17 03:38:48 +02:00
|
|
|
|
2024-10-26 00:23:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
2023-12-28 19:23:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-08-23 21:53:25 +02:00
|
|
|
version = "0.52.6"
|
2024-08-23 21:51:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:53:25 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-08-23 23:21:53 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.6.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2024-08-26 09:05:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|