Skip to content
Cargo.lock 85.6 KiB
Newer Older
theMackabu's avatar
theMackabu committed
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"

theMackabu's avatar
theMackabu committed
[[package]]
name = "hyper"
theMackabu's avatar
theMackabu committed
version = "0.14.31"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
theMackabu's avatar
theMackabu committed
dependencies = [
 "bytes",
 "futures-channel",
 "futures-core",
 "futures-util",
 "h2",
theMackabu's avatar
theMackabu committed
 "http 0.2.12",
theMackabu's avatar
theMackabu committed
 "http-body",
 "httparse",
 "httpdate",
 "itoa",
 "pin-project-lite",
theMackabu's avatar
theMackabu committed
 "socket2",
theMackabu's avatar
theMackabu committed
 "tokio",
 "tower-service",
 "tracing",
 "want",
]

[[package]]
theMackabu's avatar
theMackabu committed
name = "hyper-rustls"
version = "0.24.2"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "futures-util",
theMackabu's avatar
theMackabu committed
 "http 0.2.12",
theMackabu's avatar
theMackabu committed
 "hyper",
theMackabu's avatar
theMackabu committed
 "rustls",
theMackabu's avatar
theMackabu committed
 "tokio",
theMackabu's avatar
theMackabu committed
 "tokio-rustls",
theMackabu's avatar
theMackabu committed
[[package]]
name = "hyperlocal"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c"
dependencies = [
 "futures-util",
 "hex",
 "hyper",
 "pin-project",
 "tokio",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "iana-time-zone"
theMackabu's avatar
theMackabu committed
version = "0.1.61"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
theMackabu's avatar
theMackabu committed
dependencies = [
 "android_system_properties",
 "core-foundation-sys",
 "iana-time-zone-haiku",
 "js-sys",
 "wasm-bindgen",
theMackabu's avatar
theMackabu committed
 "windows-core",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
 "cc",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
 "displaydoc",
 "yoke",
 "zerofrom",
 "zerovec",
]

[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
 "displaydoc",
 "litemap",
 "tinystr",
 "writeable",
 "zerovec",
]

[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
 "displaydoc",
 "icu_locid",
 "icu_locid_transform_data",
 "icu_provider",
 "tinystr",
 "zerovec",
]

[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"

[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
 "displaydoc",
 "icu_collections",
 "icu_normalizer_data",
 "icu_properties",
 "icu_provider",
 "smallvec",
 "utf16_iter",
 "utf8_iter",
 "write16",
 "zerovec",
]

[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"

[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
 "displaydoc",
 "icu_collections",
 "icu_locid_transform",
 "icu_properties_data",
 "icu_provider",
 "tinystr",
 "zerovec",
]

[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"

[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
 "displaydoc",
 "icu_locid",
 "icu_provider_macros",
 "stable_deref_trait",
 "tinystr",
 "writeable",
 "yoke",
 "zerofrom",
 "zerovec",
]

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

theMackabu's avatar
theMackabu committed
[[package]]
name = "idna"
theMackabu's avatar
theMackabu committed
version = "1.0.3"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "idna_adapter",
 "smallvec",
 "utf8_iter",
]

[[package]]
name = "idna_adapter"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
dependencies = [
 "icu_normalizer",
 "icu_properties",
theMackabu's avatar
theMackabu committed
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
 "autocfg",
theMackabu's avatar
theMackabu committed
 "hashbrown 0.12.3",
theMackabu's avatar
theMackabu committed
 "serde",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "indexmap"
theMackabu's avatar
theMackabu committed
version = "2.6.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
theMackabu's avatar
theMackabu committed
dependencies = [
 "equivalent",
theMackabu's avatar
theMackabu committed
 "hashbrown 0.15.1",
theMackabu's avatar
theMackabu committed
 "serde",
theMackabu's avatar
theMackabu committed
[[package]]
name = "indicatif"
theMackabu's avatar
theMackabu committed
version = "0.17.9"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
theMackabu's avatar
theMackabu committed
dependencies = [
 "console",
 "number_prefix",
 "portable-atomic",
theMackabu's avatar
theMackabu committed
 "unicode-width 0.2.0",
 "web-time",
[[package]]
name = "inlinable_string"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"

theMackabu's avatar
theMackabu committed
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
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",
theMackabu's avatar
theMackabu committed
 "unicode-width 0.1.14",
theMackabu's avatar
theMackabu committed
]

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

theMackabu's avatar
theMackabu committed
[[package]]
name = "is-terminal"
theMackabu's avatar
theMackabu committed
version = "0.4.13"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "hermit-abi 0.4.0",
 "libc",
 "windows-sys 0.52.0",
theMackabu's avatar
theMackabu committed
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"

[[package]]
name = "itoa"
theMackabu's avatar
theMackabu committed
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
theMackabu's avatar
theMackabu committed
[[package]]
name = "js-sys"
theMackabu's avatar
theMackabu committed
version = "0.3.72"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
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"
theMackabu's avatar
theMackabu committed
version = "1.5.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
theMackabu's avatar
theMackabu committed

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

[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
 "bitflags 2.6.0",
 "libc",
 "redox_syscall",
]
theMackabu's avatar
theMackabu committed
[[package]]
name = "linux-raw-sys"
theMackabu's avatar
theMackabu committed
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"

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

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

[[package]]
name = "log"
theMackabu's avatar
theMackabu committed
version = "0.4.22"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "loom"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
dependencies = [
 "cfg-if",
 "generator",
 "scoped-tls",
 "serde",
 "serde_json",
 "tracing",
 "tracing-subscriber",
]

[[package]]
name = "macros-rs"
theMackabu's avatar
theMackabu committed
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "cb1feaac5c34086868f3f439dabbd71baf6a785f256aacdde7c66c95b56b12d6"
theMackabu's avatar
theMackabu committed
[[package]]
name = "maid"
theMackabu's avatar
theMackabu committed
version = "2.0.0"
theMackabu's avatar
theMackabu committed
dependencies = [
 "anyhow",
theMackabu's avatar
theMackabu committed
 "bollard",
 "bytes",
theMackabu's avatar
theMackabu committed
 "chrono",
theMackabu's avatar
theMackabu committed
 "clap",
 "colored",
 "data-encoding",
 "env_logger",
 "flate2",
 "fs_extra",
theMackabu's avatar
theMackabu committed
 "futures",
 "futures-core",
 "futures-util",
theMackabu's avatar
theMackabu committed
 "global_placeholders",
 "home",
 "human_bytes",
 "indicatif",
 "inquire",
 "json5",
theMackabu's avatar
theMackabu committed
 "lazy_static",
theMackabu's avatar
theMackabu committed
 "libc",
theMackabu's avatar
theMackabu committed
 "macros-rs",
 "merge-struct",
 "merkle_hash",
 "notify",
 "notify-debouncer-mini",
theMackabu's avatar
theMackabu committed
 "ntapi",
 "pretty_env_logger",
theMackabu's avatar
theMackabu committed
 "pretty_number",
 "reqwest",
 "rocket",
 "rocket_ws",
theMackabu's avatar
theMackabu committed
 "serde",
 "serde_derive",
theMackabu's avatar
theMackabu committed
 "serde_json",
theMackabu's avatar
theMackabu committed
 "serde_yaml",
 "strip-ansi-escapes",
theMackabu's avatar
theMackabu committed
 "tar",
 "termcolor",
 "text_placeholder",
theMackabu's avatar
theMackabu committed
 "tokio",
theMackabu's avatar
theMackabu committed
 "tokio-util",
theMackabu's avatar
theMackabu committed
 "toml",
theMackabu's avatar
theMackabu committed
 "tracing",
 "tracing-subscriber",
theMackabu's avatar
theMackabu committed
 "tungstenite 0.20.1",
theMackabu's avatar
theMackabu committed
 "url",
theMackabu's avatar
theMackabu committed
 "uuid",
theMackabu's avatar
theMackabu committed
 "winapi",
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
 "regex-automata 0.1.10",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "memchr"
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 = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
theMackabu's avatar
theMackabu committed

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"
theMackabu's avatar
theMackabu committed
version = "3.7.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "3edd3572d1a7b4e1b7ce5bb3af05405a8aeab2ec04b29d9779e72ad576ce4f38"
theMackabu's avatar
theMackabu committed
dependencies = [
 "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 = "miniz_oxide"
theMackabu's avatar
theMackabu committed
version = "0.8.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "adler2",
theMackabu's avatar
theMackabu committed
[[package]]
name = "mio"
theMackabu's avatar
theMackabu committed
version = "0.8.11"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
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 = "mio"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
dependencies = [
 "hermit-abi 0.3.9",
 "libc",
 "wasi",
 "windows-sys 0.52.0",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "multer"
theMackabu's avatar
theMackabu committed
version = "3.1.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
theMackabu's avatar
theMackabu committed
dependencies = [
 "bytes",
 "encoding_rs",
 "futures-util",
theMackabu's avatar
theMackabu committed
 "http 1.1.0",
theMackabu's avatar
theMackabu committed
 "httparse",
 "memchr",
 "mime",
 "spin",
 "tokio",
 "tokio-util",
theMackabu's avatar
theMackabu committed
 "version_check",
]

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

[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
 "overload",
 "winapi",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"

theMackabu's avatar
theMackabu committed
[[package]]
name = "num-traits"
theMackabu's avatar
theMackabu committed
version = "0.2.19"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
theMackabu's avatar
theMackabu committed
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 0.3.9",
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"
theMackabu's avatar
theMackabu committed
version = "0.36.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
theMackabu's avatar
theMackabu committed
dependencies = [
 "memchr",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "once_cell"
theMackabu's avatar
theMackabu committed
version = "1.20.2"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"

theMackabu's avatar
theMackabu committed
[[package]]
name = "parking_lot"
theMackabu's avatar
theMackabu committed
version = "0.12.3"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
theMackabu's avatar
theMackabu committed
dependencies = [
 "lock_api",
 "parking_lot_core",
]

[[package]]
name = "parking_lot_core"
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 = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
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.52.6",
[[package]]
name = "paste"
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 = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"

[[package]]
name = "pear"
theMackabu's avatar
theMackabu committed
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
dependencies = [
 "inlinable_string",
 "pear_codegen",
 "yansi",
]

[[package]]
name = "pear_codegen"
theMackabu's avatar
theMackabu committed
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
dependencies = [
 "proc-macro2",
 "proc-macro2-diagnostics",
 "quote",
 "syn",
]

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

theMackabu's avatar
theMackabu committed
[[package]]
name = "pest"
theMackabu's avatar
theMackabu committed
version = "2.7.14"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
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.14"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd"
theMackabu's avatar
theMackabu committed
dependencies = [
 "pest",
 "pest_generator",
]

[[package]]
name = "pest_generator"
theMackabu's avatar
theMackabu committed
version = "2.7.14"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e"
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.14"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d"
theMackabu's avatar
theMackabu committed
dependencies = [
 "once_cell",
 "pest",
 "sha2",
]

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

[[package]]
name = "pin-project-internal"
theMackabu's avatar
theMackabu committed
version = "1.1.7"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "pin-project-lite"
theMackabu's avatar
theMackabu committed
version = "0.2.15"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
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]]
theMackabu's avatar
theMackabu committed
name = "portable-atomic"
theMackabu's avatar
theMackabu committed
version = "1.9.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
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"
theMackabu's avatar
theMackabu committed
version = "0.2.20"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
 "zerocopy",
]
theMackabu's avatar
theMackabu committed

[[package]]
name = "pretty_env_logger"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
dependencies = [
 "env_logger",
 "log",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "pretty_number"
version = "0.1.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c10a914794076cf891299366042edb207307f33d593dd671973ab58a26e4691"
theMackabu's avatar
theMackabu committed
[[package]]
name = "proc-macro2"
theMackabu's avatar
theMackabu committed
version = "1.0.89"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
theMackabu's avatar
theMackabu committed
dependencies = [
 "unicode-ident",
]

[[package]]
name = "proc-macro2-diagnostics"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "version_check",
 "yansi",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "quote"
theMackabu's avatar
theMackabu committed
version = "1.0.37"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
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.10.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
theMackabu's avatar
theMackabu committed
dependencies = [
 "either",
 "rayon-core",
]

[[package]]
name = "rayon-core"
theMackabu's avatar
theMackabu committed
version = "1.12.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
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.5.7"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "bitflags 2.6.0",
[[package]]
name = "ref-cast"
theMackabu's avatar
theMackabu committed
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
dependencies = [
 "ref-cast-impl",
]

[[package]]
name = "ref-cast-impl"
theMackabu's avatar
theMackabu committed
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "regex"
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 = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "aho-corasick",
 "memchr",
theMackabu's avatar
theMackabu committed
 "regex-automata 0.4.9",
 "regex-syntax 0.8.5",
]

[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
 "regex-syntax 0.6.29",
theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "regex-automata"
theMackabu's avatar
theMackabu committed
version = "0.4.9"