Skip to content
Cargo.lock 67.4 KiB
Newer Older
theMackabu's avatar
theMackabu committed
 "bitflags 1.3.2",
theMackabu's avatar
theMackabu committed
 "inotify-sys",
 "libc",
]

[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
 "libc",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "inquire"
theMackabu's avatar
theMackabu committed
version = "0.6.2"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c33e7c1ddeb15c9abcbfef6029d8e29f69b52b6d6c891031b88ed91b5065803b"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bitflags 1.3.2",
theMackabu's avatar
theMackabu committed
 "crossterm",
 "dyn-clone",
 "lazy_static",
 "newline-converter",
 "thiserror",
 "unicode-segmentation",
 "unicode-width",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
 "cfg-if",
]

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

theMackabu's avatar
theMackabu committed
[[package]]
name = "is-terminal"
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 = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "hermit-abi",
theMackabu's avatar
theMackabu committed
 "rustix",
 "windows-sys 0.48.0",
[[package]]
name = "itoa"
theMackabu's avatar
theMackabu committed
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
theMackabu's avatar
theMackabu committed
[[package]]
name = "js-sys"
theMackabu's avatar
theMackabu committed
version = "0.3.64"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
theMackabu's avatar
theMackabu committed
dependencies = [
 "wasm-bindgen",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "json5"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
dependencies = [
 "pest",
 "pest_derive",
 "serde",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "kqueue"
theMackabu's avatar
theMackabu committed
version = "1.0.8"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
theMackabu's avatar
theMackabu committed
dependencies = [
 "kqueue-sys",
 "libc",
]

[[package]]
name = "kqueue-sys"
theMackabu's avatar
theMackabu committed
version = "1.0.4"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bitflags 1.3.2",
theMackabu's avatar
theMackabu committed
 "libc",
]

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

[[package]]
name = "libc"
theMackabu's avatar
theMackabu committed
version = "0.2.149"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
theMackabu's avatar
theMackabu committed
[[package]]
name = "linux-raw-sys"
theMackabu's avatar
theMackabu committed
version = "0.4.8"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
name = "lock_api"
theMackabu's avatar
theMackabu committed
version = "0.4.10"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
theMackabu's avatar
theMackabu committed
dependencies = [
 "autocfg",
 "scopeguard",
]

[[package]]
name = "log"
theMackabu's avatar
theMackabu committed
version = "0.4.20"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "macros-rs"
theMackabu's avatar
theMackabu committed
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "973fff3a34801ae9c15ba9ef09e82b1e37e2fdcb554d3e5f05d38ab2896dd383"
theMackabu's avatar
theMackabu committed
[[package]]
name = "maid"
theMackabu's avatar
theMackabu committed
version = "1.0.0"
theMackabu's avatar
theMackabu committed
dependencies = [
 "anyhow",
 "clap",
 "clap-verbosity-flag",
 "colored",
 "data-encoding",
 "env_logger",
 "flate2",
 "fs_extra",
 "global_placeholders",
 "home",
 "human_bytes",
 "indicatif",
 "inquire",
 "json5",
 "log",
 "macros-rs",
 "merge-struct",
 "merkle_hash",
 "notify",
 "notify-debouncer-mini",
 "pretty_number",
 "reqwest",
 "serde",
 "serde_derive",
 "serde_json",
 "serde_yaml",
 "strip-ansi-escapes",
 "tar",
 "termcolor",
 "text_placeholder",
 "toml",
 "tungstenite",
 "url",
 "uuid",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "maid_server"
theMackabu's avatar
theMackabu committed
version = "1.0.0"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bollard",
theMackabu's avatar
theMackabu committed
 "chrono",
theMackabu's avatar
theMackabu committed
 "clap",
 "clap-verbosity-flag",
 "env_logger",
theMackabu's avatar
theMackabu committed
 "flate2",
 "futures-util",
theMackabu's avatar
theMackabu committed
 "libc",
theMackabu's avatar
theMackabu committed
 "log",
theMackabu's avatar
theMackabu committed
 "macros-rs",
theMackabu's avatar
theMackabu committed
 "ntapi",
theMackabu's avatar
theMackabu committed
 "serde_json",
 "tokio",
 "tungstenite",
 "warp",
theMackabu's avatar
theMackabu committed
 "winapi",
theMackabu's avatar
theMackabu committed
[[package]]
name = "memchr"
theMackabu's avatar
theMackabu committed
version = "2.6.4"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
theMackabu's avatar
theMackabu committed
[[package]]
name = "memoffset"
theMackabu's avatar
theMackabu committed
version = "0.9.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
theMackabu's avatar
theMackabu committed
dependencies = [
 "autocfg",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "merge-struct"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d82012d21e24135b839b6b9bebd622b7ff0cb40071498bc2d066d3a6d04dd4a"
dependencies = [
 "serde",
 "serde_json",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "merkle_hash"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2019c22dd07fa00549b671a150d126929eb1af56a4f4808a2e62aca8676995d"
dependencies = [
 "anyhow",
 "blake3",
 "camino",
 "rayon",
]

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

theMackabu's avatar
theMackabu committed
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
 "mime",
 "unicase",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
 "adler",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "mio"
theMackabu's avatar
theMackabu committed
version = "0.8.8"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
theMackabu's avatar
theMackabu committed
dependencies = [
 "libc",
 "log",
 "wasi",
theMackabu's avatar
theMackabu committed
 "windows-sys 0.48.0",
theMackabu's avatar
theMackabu committed
[[package]]
name = "multer"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
dependencies = [
 "bytes",
 "encoding_rs",
 "futures-util",
 "http",
 "httparse",
 "log",
 "memchr",
 "mime",
 "spin",
 "version_check",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
 "lazy_static",
 "libc",
 "log",
 "openssl",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "security-framework",
 "security-framework-sys",
 "tempfile",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "newline-converter"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f"
dependencies = [
 "unicode-segmentation",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "notify"
theMackabu's avatar
theMackabu committed
version = "6.1.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bitflags 2.4.0",
theMackabu's avatar
theMackabu committed
 "crossbeam-channel",
 "filetime",
 "fsevent-sys",
 "inotify",
 "kqueue",
 "libc",
theMackabu's avatar
theMackabu committed
 "log",
theMackabu's avatar
theMackabu committed
 "mio",
 "walkdir",
theMackabu's avatar
theMackabu committed
 "windows-sys 0.48.0",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "notify-debouncer-mini"
theMackabu's avatar
theMackabu committed
version = "0.4.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
theMackabu's avatar
theMackabu committed
dependencies = [
 "crossbeam-channel",
theMackabu's avatar
theMackabu committed
 "log",
theMackabu's avatar
theMackabu committed
 "notify",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
 "winapi",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "num-traits"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
dependencies = [
 "autocfg",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "num_cpus"
theMackabu's avatar
theMackabu committed
version = "1.16.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "hermit-abi",
theMackabu's avatar
theMackabu committed
 "libc",
]

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

theMackabu's avatar
theMackabu committed
[[package]]
name = "object"
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
dependencies = [
 "memchr",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "once_cell"
theMackabu's avatar
theMackabu committed
version = "1.18.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "openssl"
theMackabu's avatar
theMackabu committed
version = "0.10.57"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bitflags 2.4.0",
theMackabu's avatar
theMackabu committed
 "cfg-if",
 "foreign-types",
 "libc",
 "once_cell",
 "openssl-macros",
 "openssl-sys",
theMackabu's avatar
theMackabu committed
name = "openssl-macros"
theMackabu's avatar
theMackabu committed
version = "0.1.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
theMackabu's avatar
theMackabu committed
 "syn",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"

[[package]]
name = "openssl-sys"
theMackabu's avatar
theMackabu committed
version = "0.9.93"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
theMackabu's avatar
theMackabu committed
dependencies = [
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
theMackabu's avatar
theMackabu committed
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
 "lock_api",
 "parking_lot_core",
]

[[package]]
name = "parking_lot_core"
theMackabu's avatar
theMackabu committed
version = "0.9.8"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
theMackabu's avatar
theMackabu committed
dependencies = [
 "cfg-if",
 "libc",
theMackabu's avatar
theMackabu committed
 "redox_syscall",
theMackabu's avatar
theMackabu committed
 "smallvec",
theMackabu's avatar
theMackabu committed
 "windows-targets 0.48.5",
theMackabu's avatar
theMackabu committed
[[package]]
name = "percent-encoding"
theMackabu's avatar
theMackabu committed
version = "2.3.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
name = "pest"
theMackabu's avatar
theMackabu committed
version = "2.7.4"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "memchr",
theMackabu's avatar
theMackabu committed
 "thiserror",
 "ucd-trie",
]

[[package]]
name = "pest_derive"
theMackabu's avatar
theMackabu committed
version = "2.7.4"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8"
theMackabu's avatar
theMackabu committed
dependencies = [
 "pest",
 "pest_generator",
]

[[package]]
name = "pest_generator"
theMackabu's avatar
theMackabu committed
version = "2.7.4"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a"
theMackabu's avatar
theMackabu committed
dependencies = [
 "pest",
 "pest_meta",
 "proc-macro2",
 "quote",
theMackabu's avatar
theMackabu committed
 "syn",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "pest_meta"
theMackabu's avatar
theMackabu committed
version = "2.7.4"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d"
theMackabu's avatar
theMackabu committed
dependencies = [
 "once_cell",
 "pest",
 "sha2",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "pin-project"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
dependencies = [
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "pin-project-lite"
theMackabu's avatar
theMackabu committed
version = "0.2.13"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
theMackabu's avatar
theMackabu committed

[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"

[[package]]
name = "pkg-config"
theMackabu's avatar
theMackabu committed
version = "0.3.27"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
theMackabu's avatar
theMackabu committed

[[package]]
theMackabu's avatar
theMackabu committed
name = "portable-atomic"
theMackabu's avatar
theMackabu committed
version = "1.4.3"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"
theMackabu's avatar
theMackabu committed

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

theMackabu's avatar
theMackabu committed
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"

theMackabu's avatar
theMackabu committed
[[package]]
name = "pretty_number"
version = "0.1.0"

theMackabu's avatar
theMackabu committed
[[package]]
name = "proc-macro2"
theMackabu's avatar
theMackabu committed
version = "1.0.67"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
theMackabu's avatar
theMackabu committed
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
theMackabu's avatar
theMackabu committed
version = "1.0.33"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
 "libc",
 "rand_chacha",
 "rand_core",
]

[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
 "ppv-lite86",
 "rand_core",
]

[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
 "getrandom",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "rayon"
theMackabu's avatar
theMackabu committed
version = "1.8.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
theMackabu's avatar
theMackabu committed
dependencies = [
 "either",
 "rayon-core",
]

[[package]]
name = "rayon-core"
theMackabu's avatar
theMackabu committed
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 = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
theMackabu's avatar
theMackabu committed
dependencies = [
 "crossbeam-deque",
 "crossbeam-utils",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "redox_syscall"
theMackabu's avatar
theMackabu committed
version = "0.3.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bitflags 1.3.2",
theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "regex"
version = "1.9.6"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "aho-corasick",
 "memchr",
 "regex-automata",
 "regex-syntax",
theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "regex-automata"
version = "0.3.9"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
theMackabu's avatar
theMackabu committed
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
]

[[package]]
name = "regex-syntax"
theMackabu's avatar
theMackabu committed
version = "0.7.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
theMackabu's avatar
theMackabu committed
[[package]]
name = "reqwest"
theMackabu's avatar
theMackabu committed
version = "0.11.22"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
theMackabu's avatar
theMackabu committed
dependencies = [
 "base64",
 "bytes",
 "encoding_rs",
 "futures-core",
 "futures-util",
 "h2",
 "http",
 "http-body",
 "hyper",
 "hyper-tls",
 "ipnet",
 "js-sys",
 "log",
 "mime",
 "native-tls",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "serde",
 "serde_json",
 "serde_urlencoded",
theMackabu's avatar
theMackabu committed
 "system-configuration",
theMackabu's avatar
theMackabu committed
 "tokio",
 "tokio-native-tls",
 "tower-service",
 "url",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
 "winreg",
]

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

theMackabu's avatar
theMackabu committed
[[package]]
name = "rustix"
theMackabu's avatar
theMackabu committed
version = "0.38.15"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bitflags 2.4.0",
theMackabu's avatar
theMackabu committed
 "errno",
theMackabu's avatar
theMackabu committed
 "libc",
theMackabu's avatar
theMackabu committed
 "linux-raw-sys",
 "windows-sys 0.48.0",
theMackabu's avatar
theMackabu committed
[[package]]
name = "rustls-pemfile"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
dependencies = [
 "base64",
]

[[package]]
name = "ryu"
theMackabu's avatar
theMackabu committed
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
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 = "schannel"
theMackabu's avatar
theMackabu committed
version = "0.1.22"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "windows-sys 0.48.0",
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]]
name = "security-framework"
theMackabu's avatar
theMackabu committed
version = "2.9.2"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bitflags 1.3.2",
theMackabu's avatar
theMackabu committed
 "core-foundation",
 "core-foundation-sys",
 "libc",
 "security-framework-sys",
]

[[package]]
name = "security-framework-sys"
theMackabu's avatar
theMackabu committed
version = "2.9.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
theMackabu's avatar
theMackabu committed
dependencies = [
 "core-foundation-sys",
 "libc",
]

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

[[package]]
name = "serde_derive"
theMackabu's avatar
theMackabu committed
version = "1.0.188"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
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.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
dependencies = [
 "itoa",
 "ryu",
 "serde",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "serde_repr"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "serde_spanned"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
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"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237"
dependencies = [
 "base64",
 "chrono",
 "hex",
 "indexmap 1.9.3",
 "indexmap 2.0.2",
 "serde",
 "serde_json",
 "time",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "serde_yaml"
theMackabu's avatar
theMackabu committed
version = "0.9.25"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "indexmap 2.0.2",
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",
]

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"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
dependencies = [
 "libc",
 "mio",
 "signal-hook",
]

[[package]]
name = "signal-hook-registry"
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 = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
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.11.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
theMackabu's avatar
theMackabu committed
[[package]]
name = "socket2"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
 "libc",
 "winapi",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "socket2"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
dependencies = [
 "libc",
 "windows-sys 0.48.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"

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"