2020-02-16 15:33:09 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-01-26 13:14:15 -07:00
|
|
|
version = 4
|
2020-09-17 20:21:17 -05:00
|
|
|
|
2023-10-21 13:17:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.24.2"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2022-12-26 17:17:40 -06:00
|
|
|
[[package]]
|
2025-01-26 13:14:15 -07:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "aho-corasick"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.1.3"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"memchr",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.4"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"alloc-no-stdlib",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2023-10-21 13:17:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"libc",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "async-compression"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.4.18"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-10-21 13:17:21 -06:00
|
|
|
"zstd",
|
|
|
|
"zstd-safe",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"hermit-abi",
|
2022-12-26 20:48:29 -06:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.4.0"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2020-09-17 20:21:17 -05:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "axum"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.8.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
|
2022-12-26 17:17:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
2025-01-26 13:14:15 -07:00
|
|
|
"form_urlencoded",
|
2022-12-26 17:17:40 -06:00
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2025-01-26 13:14:15 -07:00
|
|
|
"http-body-util",
|
2022-12-26 17:17:40 -06:00
|
|
|
"hyper",
|
2025-01-26 13:14:15 -07:00
|
|
|
"hyper-util",
|
2023-10-21 13:17:21 -06:00
|
|
|
"itoa",
|
2022-12-26 17:17:40 -06:00
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2025-01-26 13:14:15 -07:00
|
|
|
"tracing",
|
2022-12-26 17:17:40 -06:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "axum-core"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.5.0"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733"
|
2022-12-26 17:17:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2025-01-26 13:14:15 -07:00
|
|
|
"http-body-util",
|
2022-12-26 17:17:40 -06:00
|
|
|
"mime",
|
2025-01-26 13:14:15 -07:00
|
|
|
"pin-project-lite",
|
2022-12-26 17:17:40 -06:00
|
|
|
"rustversion",
|
2025-01-26 13:14:15 -07:00
|
|
|
"sync_wrapper",
|
2022-12-26 17:17:40 -06:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2025-01-26 13:14:15 -07:00
|
|
|
"tracing",
|
2022-12-26 17:17:40 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-extra"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.10.0"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "460fc6f625a1f7705c6cf62d0d070794e94668988b1c38111baeec177c715f7b"
|
2022-12-26 17:17:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
2023-10-21 13:17:21 -06:00
|
|
|
"axum-core",
|
2022-12-26 17:17:40 -06:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-10-21 13:17:21 -06:00
|
|
|
"http-body",
|
2025-01-26 13:14:15 -07:00
|
|
|
"http-body-util",
|
2022-12-26 17:17:40 -06:00
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
2023-10-21 13:17:21 -06:00
|
|
|
"serde",
|
2022-12-26 17:17:40 -06:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
2020-09-17 20:21:17 -05:00
|
|
|
|
2023-10-21 13:17:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.74"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2025-01-26 13:14:15 -07:00
|
|
|
"windows-targets",
|
2023-10-21 13:17:21 -06:00
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "1.3.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2023-10-21 13:17:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.8.0"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
2023-10-21 13:17:21 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "0.10.4"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "brotli"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "7.0.0"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
2022-12-26 17:17:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "4.0.2"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "bstr"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.11.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"memchr",
|
2023-10-21 13:17:21 -06:00
|
|
|
"serde",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "3.16.0"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
2025-01-26 13:14:15 -07:00
|
|
|
name = "byteorder"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "1.5.0"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.2.10"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2025-01-26 13:14:15 -07:00
|
|
|
"shlex",
|
2023-10-21 13:17:21 -06:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.4.39"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"android-tzdata",
|
2022-12-26 17:17:40 -06:00
|
|
|
"iana-time-zone",
|
2020-09-17 20:21:17 -05:00
|
|
|
"num-traits",
|
2023-10-21 13:17:21 -06:00
|
|
|
"windows-targets",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.9.0"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2022-12-26 17:17:40 -06:00
|
|
|
"chrono-tz-build",
|
|
|
|
"phf",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "chrono-tz-build"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"parse-zoneinfo",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2023-10-21 13:17:21 -06:00
|
|
|
"bitflags 1.3.2",
|
2022-12-26 20:48:29 -06:00
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "core-foundation-sys"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.8.7"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "cpufeatures"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.17"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"libc",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "crc32fast"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.4.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"cfg-if",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-26 13:14:15 -07:00
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.6"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-26 13:14:15 -07:00
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-12-26 17:17:40 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
2022-12-26 17:17:40 -06:00
|
|
|
]
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "deunicode"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.6.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "digest"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "0.10.7"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "flate2"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.35"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "form_urlencoded"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.2.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"percent-encoding",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "futures-channel"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.31"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"futures-core",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "futures-core"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.31"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.31"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.31"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.31"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "0.14.7"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2022-12-26 17:17:40 -06:00
|
|
|
"version_check",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.15"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"cfg-if",
|
2021-09-12 14:23:07 -06:00
|
|
|
"libc",
|
2023-10-21 13:17:21 -06:00
|
|
|
"wasi",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2023-10-21 13:17:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.31.1"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-10-21 13:17:21 -06:00
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.4.15"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"log",
|
2025-01-26 13:14:15 -07:00
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.9.1"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"bitflags 2.8.0",
|
2021-09-12 14:23:07 -06:00
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "0.1.19"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "http"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.2.0"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-10-21 13:17:21 -06:00
|
|
|
"itoa",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "http-body"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"bytes",
|
|
|
|
"http",
|
2025-01-26 13:14:15 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2022-12-26 17:17:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.4.2"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.9.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "1.0.3"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humansize"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "2.1.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
|
|
|
|
dependencies = [
|
|
|
|
"libm",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.5.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2020-09-17 20:21:17 -05:00
|
|
|
"httparse",
|
2021-09-12 14:23:07 -06:00
|
|
|
"httpdate",
|
2023-10-21 13:17:21 -06:00
|
|
|
"itoa",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
2025-01-26 13:14:15 -07:00
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
2021-09-12 14:23:07 -06:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "iana-time-zone"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.61"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2022-12-26 17:17:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-10-21 13:17:21 -06:00
|
|
|
"windows-core",
|
2022-12-26 17:17:40 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "0.1.2"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-12-26 17:17:40 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"cc",
|
2022-12-26 17:17:40 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.4.23"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"crossbeam-deque",
|
2021-09-12 14:23:07 -06:00
|
|
|
"globset",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2025-01-26 13:14:15 -07:00
|
|
|
"regex-automata",
|
2021-09-12 14:23:07 -06:00
|
|
|
"same-file",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "itoa"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.14"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
2023-10-21 13:17:21 -06:00
|
|
|
name = "jobserver"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.32"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "js-sys"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.77"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"once_cell",
|
2022-12-26 17:17:40 -06:00
|
|
|
"wasm-bindgen",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsite"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "0.2.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"axum",
|
|
|
|
"axum-extra",
|
2022-12-26 20:48:29 -06:00
|
|
|
"pulldown-cmark",
|
2020-09-17 20:21:17 -05:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-12-26 20:48:29 -06:00
|
|
|
"structopt",
|
2022-12-26 17:17:40 -06:00
|
|
|
"tera",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.5.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "libc"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.169"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-21 13:17:21 -06:00
|
|
|
name = "libm"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.11"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "lock_api"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.4.12"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"autocfg",
|
2021-09-12 14:23:07 -06:00
|
|
|
"scopeguard",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.4.25"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "matchit"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.8.4"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.7.4"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "0.3.17"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "mime_guess"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.0.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"mime",
|
2022-12-26 17:17:40 -06:00
|
|
|
"unicase",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "miniz_oxide"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.8.3"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"adler2",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "mio"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"libc",
|
2023-10-21 13:17:21 -06:00
|
|
|
"wasi",
|
2025-01-26 13:14:15 -07:00
|
|
|
"windows-sys 0.52.0",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2023-10-21 13:17:21 -06:00
|
|
|
name = "num-traits"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.19"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"autocfg",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-21 13:17:21 -06:00
|
|
|
name = "object"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.36.7"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"memchr",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "once_cell"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.20.2"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2020-09-17 20:21:17 -05:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "parking_lot"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.12.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "parking_lot_core"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.9.10"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"cfg-if",
|
2021-09-12 14:23:07 -06:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-10-21 13:17:21 -06:00
|
|
|
"windows-targets",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.1"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.3.1"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.7.15"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"memchr",
|
2022-12-26 17:17:40 -06:00
|
|
|
"thiserror",
|
2020-09-17 20:21:17 -05:00
|
|
|
"ucd-trie",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.7.15"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.7.15"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
2021-09-12 14:23:07 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-26 13:14:15 -07:00
|
|
|
"syn 2.0.96",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.7.15"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"once_cell",
|
2020-09-17 20:21:17 -05:00
|
|
|
"pest",
|
2023-10-21 13:17:21 -06:00
|
|
|
"sha2",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "phf"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.11.3"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
2022-12-26 17:17:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "phf_codegen"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.11.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "phf_generator"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.11.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "phf_shared"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.11.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"siphasher",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "pin-project-lite"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.16"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-09-17 20:21:17 -05:00
|
|
|
|
2023-10-21 13:17:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.31"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2023-10-21 13:17:21 -06:00
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "ppv-lite86"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.20"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-21 13:17:21 -06:00
|
|
|
"syn 1.0.109",
|
2022-12-26 20:48:29 -06:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "proc-macro2"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.93"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"unicode-ident",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.12.2"
|
2022-12-26 20:48:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
|
2022-12-26 20:48:29 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"bitflags 2.8.0",
|
2022-12-26 20:48:29 -06:00
|
|
|
"getopts",
|
|
|
|
"memchr",
|
2025-01-26 13:14:15 -07:00
|
|
|
"pulldown-cmark-escape",
|
2022-12-26 20:48:29 -06:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2025-01-26 13:14:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark-escape"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "quote"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.38"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "rand"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "0.8.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "rand_core"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "0.6.4"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"getrandom",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-21 13:17:21 -06:00
|
|
|
name = "redox_syscall"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.5.8"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"bitflags 2.8.0",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-21 13:17:21 -06:00
|
|
|
name = "regex"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.11.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-21 13:17:21 -06:00
|
|
|
name = "regex-automata"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.4.9"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"aho-corasick",
|
2021-09-12 14:23:07 -06:00
|
|
|
"memchr",
|
2022-12-26 17:17:40 -06:00
|
|
|
"regex-syntax",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "regex-syntax"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.8.5"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2023-10-21 13:17:21 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.24"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "rustversion"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.19"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "ryu"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.18"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"winapi-util",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "1.2.0"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.217"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.217"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-26 13:14:15 -07:00
|
|
|
"syn 2.0.96",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.137"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"itoa",
|
2025-01-26 13:14:15 -07:00
|
|
|
"memchr",
|
2020-09-17 20:21:17 -05:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "serde_path_to_error"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.16"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"itoa",
|
2022-12-26 17:17:40 -06:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-10-21 13:17:21 -06:00
|
|
|
"itoa",
|
2022-12-26 17:17:40 -06:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-21 13:17:21 -06:00
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-12-26 17:17:40 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"cfg-if",
|
2022-12-26 17:17:40 -06:00
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2025-01-26 13:14:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.4.2"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"libc",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "siphasher"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slug"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.6"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"deunicode",
|
|
|
|
"wasm-bindgen",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.13.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2023-10-21 13:17:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.5.8"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-01-26 13:14:15 -07:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-21 13:17:21 -06:00
|
|
|
]
|
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
|
|
|
version = "0.4.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-21 13:17:21 -06:00
|
|
|
"syn 1.0.109",
|
2022-12-26 20:48:29 -06:00
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.0.96"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-12-26 17:17:40 -06:00
|
|
|
"unicode-ident",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "sync_wrapper"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.2"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tera"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.20.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"chrono",
|
2021-09-12 14:23:07 -06:00
|
|
|
"chrono-tz",
|
|
|
|
"globwalk",
|
2020-09-17 20:21:17 -05:00
|
|
|
"humansize",
|
|
|
|
"lazy_static",
|
2021-09-12 14:23:07 -06:00
|
|
|
"percent-encoding",
|
2020-09-17 20:21:17 -05:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2021-09-12 14:23:07 -06:00
|
|
|
"rand",
|
2020-09-17 20:21:17 -05:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"slug",
|
|
|
|
"unic-segment",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "thiserror"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.0.11"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"thiserror-impl",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "thiserror-impl"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.0.11"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-26 13:14:15 -07:00
|
|
|
"syn 2.0.96",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tokio"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.43.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"backtrace",
|
2021-09-12 14:23:07 -06:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
2022-12-26 17:17:40 -06:00
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2025-01-26 13:14:15 -07:00
|
|
|
"socket2",
|
2021-09-12 14:23:07 -06:00
|
|
|
"tokio-macros",
|
2025-01-26 13:14:15 -07:00
|
|
|
"windows-sys 0.52.0",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tokio-macros"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.5.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-26 13:14:15 -07:00
|
|
|
"syn 2.0.96",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "tokio-util"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.7.13"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"bytes",
|
2021-09-12 14:23:07 -06:00
|
|
|
"futures-core",
|
2022-12-26 17:17:40 -06:00
|
|
|
"futures-sink",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "tower"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.5.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2022-12-26 17:17:40 -06:00
|
|
|
"futures-util",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
2025-01-26 13:14:15 -07:00
|
|
|
"sync_wrapper",
|
2021-09-12 14:23:07 -06:00
|
|
|
"tokio",
|
2022-12-26 17:17:40 -06:00
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "tower-http"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.6.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"async-compression",
|
2025-01-26 13:14:15 -07:00
|
|
|
"bitflags 2.8.0",
|
2022-12-26 17:17:40 -06:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2025-01-26 13:14:15 -07:00
|
|
|
"http-body-util",
|
2022-12-26 17:17:40 -06:00
|
|
|
"http-range-header",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2022-12-26 17:17:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.3"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tower-service"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.3.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tracing"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.41"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"log",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tracing-core"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.33"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"once_cell",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "typenum"
|
2023-10-21 13:17:21 -06:00
|
|
|
version = "1.17.0"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 13:17:21 -06:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "ucd-trie"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.7"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"unic-char-range",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-segment"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"unic-ucd-segment",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-ucd-segment"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "unicase"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.8.1"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.0.15"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "1.12.0"
|
2022-12-26 20:48:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2022-12-26 20:48:29 -06:00
|
|
|
|
2022-12-26 17:17:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.14"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.9.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.5.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2022-12-26 17:17:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.100"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2023-10-21 13:17:21 -06:00
|
|
|
"cfg-if",
|
2025-01-26 13:14:15 -07:00
|
|
|
"once_cell",
|
|
|
|
"rustversion",
|
2021-09-12 14:23:07 -06:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.100"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-26 13:14:15 -07:00
|
|
|
"syn 2.0.96",
|
2021-09-12 14:23:07 -06:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.100"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.100"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-26 13:14:15 -07:00
|
|
|
"syn 2.0.96",
|
2021-09-12 14:23:07 -06:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.2.100"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "0.3.9"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.1.9"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2025-01-26 13:14:15 -07:00
|
|
|
"windows-sys 0.59.0",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2023-10-21 13:17:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "windows-sys"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.59.0"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.52.6"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2025-01-26 13:14:15 -07:00
|
|
|
"windows_i686_gnullvm",
|
2022-12-26 17:17:40 -06:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "windows_aarch64_gnullvm"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.52.6"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.52.6"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.52.6"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.52.6"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.52.6"
|
2022-12-26 17:17:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2022-12-26 17:17:40 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
]
|
2023-10-21 13:17:21 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "0.13.2"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "7.2.1"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2025-01-26 13:14:15 -07:00
|
|
|
version = "2.0.13+zstd.1.5.6"
|
2023-10-21 13:17:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-26 13:14:15 -07:00
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2023-10-21 13:17:21 -06:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|