tree-sitter/Cargo.lock

2029 lines
50 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-04-04 19:07:16 -05:00
version = 3
[[package]]
name = "ahash"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
dependencies = [
2023-10-27 12:43:16 +01:00
"cfg-if",
"once_cell",
"version_check",
2023-10-27 12:43:16 +01:00
"zerocopy",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "aho-corasick"
version = "1.1.2"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2018-12-05 12:50:12 -08:00
dependencies = [
"memchr",
2018-12-05 12:50:12 -08:00
]
[[package]]
2021-02-26 10:55:20 -07:00
name = "ansi_term"
version = "0.12.1"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 10:55:20 -07:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2018-12-05 12:50:12 -08:00
dependencies = [
2021-02-26 10:55:20 -07:00
"winapi",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "anyhow"
version = "1.0.79"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
2019-05-13 21:51:17 -07:00
2018-12-05 12:50:12 -08:00
[[package]]
2023-10-27 12:43:16 +01:00
name = "arbitrary"
version = "1.3.2"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
2018-12-05 12:50:12 -08:00
[[package]]
2021-02-26 10:55:20 -07:00
name = "ascii"
2022-10-24 16:23:09 -07:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-24 16:23:09 -07:00
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
2018-12-05 12:50:12 -08:00
[[package]]
2021-02-26 10:55:20 -07:00
name = "atty"
version = "0.2.14"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 10:55:20 -07:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-12-05 12:50:12 -08:00
dependencies = [
2022-10-24 16:23:09 -07:00
"hermit-abi",
"libc",
"winapi",
2018-12-05 12:50:12 -08:00
]
[[package]]
2021-02-26 10:55:20 -07:00
name = "autocfg"
version = "1.1.0"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2018-12-05 12:50:12 -08:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bindgen"
version = "0.69.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
dependencies = [
"bitflags 2.4.2",
"cexpr",
"clang-sys",
"itertools 0.12.1",
"lazy_static",
"lazycell",
"log",
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"syn 2.0.48",
"which 4.4.2",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "bitflags"
version = "1.3.2"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2018-12-05 12:50:12 -08:00
[[package]]
name = "bitflags"
version = "2.4.2"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
2018-12-05 12:50:12 -08:00
2019-08-19 16:36:25 -07:00
[[package]]
2021-02-26 10:55:20 -07:00
name = "bumpalo"
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
[[package]]
name = "bytes"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2018-12-05 12:50:12 -08:00
[[package]]
name = "cc"
version = "1.0.83"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "cesu8"
version = "1.1.0"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2018-12-05 12:50:12 -08:00
2019-05-13 21:51:17 -07:00
[[package]]
name = "cexpr"
version = "0.6.0"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2019-05-13 21:51:17 -07:00
dependencies = [
"nom",
2019-05-13 21:51:17 -07:00
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "cfg-if"
2021-02-26 10:55:20 -07:00
version = "1.0.0"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 10:55:20 -07:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2018-12-05 12:50:12 -08:00
2019-05-13 21:51:17 -07:00
[[package]]
name = "chunked_transfer"
version = "1.5.0"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2019-05-13 21:51:17 -07:00
[[package]]
name = "clang-sys"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
dependencies = [
"glob",
"libc",
"libloading 0.8.1",
]
2019-05-13 21:51:17 -07:00
2018-12-05 12:50:12 -08:00
[[package]]
name = "clap"
version = "2.34.0"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2018-12-05 12:50:12 -08:00
dependencies = [
"ansi_term",
"atty",
"bitflags 1.3.2",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2018-12-05 12:50:12 -08:00
]
2022-10-24 16:23:09 -07:00
[[package]]
name = "combine"
version = "4.6.6"
2022-10-24 16:23:09 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
2022-10-24 16:23:09 -07:00
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
2022-10-24 16:23:09 -07:00
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2018-12-05 12:50:12 -08:00
[[package]]
name = "cranelift-bforest"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-codegen"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"bumpalo",
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
2023-10-27 12:43:16 +01:00
"cranelift-control",
"cranelift-entity",
"cranelift-isle",
"gimli",
"hashbrown 0.14.3",
"log",
"regalloc2",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-codegen-meta"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"cranelift-codegen-shared",
]
[[package]]
name = "cranelift-codegen-shared"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
2022-10-24 16:23:09 -07:00
[[package]]
2023-10-27 12:43:16 +01:00
name = "cranelift-control"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
2022-10-24 16:23:09 -07:00
dependencies = [
2023-10-27 12:43:16 +01:00
"arbitrary",
2022-10-24 16:23:09 -07:00
]
[[package]]
name = "cranelift-entity"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"serde",
2023-10-27 12:43:16 +01:00
"serde_derive",
]
[[package]]
name = "cranelift-frontend"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-isle"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
[[package]]
name = "cranelift-native"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"cranelift-codegen",
"libc",
"target-lexicon",
]
[[package]]
name = "cranelift-wasm"
2023-12-31 11:33:28 -08:00
version = "0.103.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",
"itertools 0.10.5",
"log",
"smallvec",
"wasmparser 0.118.1",
"wasmtime-types",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
2022-10-24 16:23:09 -07:00
name = "ctor"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
dependencies = [
2022-10-24 16:23:09 -07:00
"quote",
"syn 2.0.48",
]
[[package]]
name = "ctrlc"
version = "3.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b"
dependencies = [
"nix",
"windows-sys 0.52.0",
]
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2019-01-07 22:01:40 -08:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2019-01-07 22:01:40 -08:00
[[package]]
name = "dirs"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
dependencies = [
2023-07-20 07:02:08 -04:00
"dirs-sys 0.3.7",
2019-08-19 16:36:25 -07:00
]
[[package]]
name = "dirs"
2023-07-20 07:02:08 -04:00
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-20 07:02:08 -04:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
2023-07-20 07:02:08 -04:00
"dirs-sys 0.4.1",
]
2019-08-19 16:36:25 -07:00
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2023-07-20 07:02:08 -04:00
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
2021-04-04 19:07:16 -05:00
[[package]]
name = "either"
version = "1.9.0"
2021-04-04 19:07:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2023-07-20 07:02:08 -04:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
2023-03-15 14:48:47 +02:00
"libc",
"windows-sys 0.52.0",
2023-03-15 14:48:47 +02:00
]
[[package]]
name = "fallible-iterator"
2023-10-27 12:43:16 +01:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 12:43:16 +01:00
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
[[package]]
name = "fastrand"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2018-12-05 12:50:12 -08:00
[[package]]
2021-02-26 10:55:20 -07:00
name = "form_urlencoded"
version = "1.2.1"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2018-12-05 12:50:12 -08:00
dependencies = [
2021-02-26 10:55:20 -07:00
"percent-encoding",
2018-12-05 12:50:12 -08:00
]
[[package]]
2019-08-13 10:08:58 -07:00
name = "getrandom"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
dependencies = [
"fallible-iterator",
2023-10-27 12:43:16 +01:00
"indexmap",
"stable_deref_trait",
]
[[package]]
name = "glob"
2023-03-15 14:48:47 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-15 14:48:47 +02:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2021-02-26 10:55:20 -07:00
[[package]]
name = "hashbrown"
2023-10-27 12:43:16 +01:00
version = "0.13.2"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 12:43:16 +01:00
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash",
]
[[package]]
name = "hashbrown"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-10-27 12:43:16 +01:00
dependencies = [
"ahash",
]
2021-02-26 10:55:20 -07:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
2023-07-20 07:02:08 -04:00
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "html-escape"
2023-03-15 14:48:47 +02:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-15 14:48:47 +02:00
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
dependencies = [
"utf8-width",
]
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2019-05-13 21:51:17 -07:00
[[package]]
name = "idna"
version = "0.5.0"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2019-05-13 21:51:17 -07:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2019-05-13 21:51:17 -07:00
]
[[package]]
name = "indexmap"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
dependencies = [
2023-07-20 07:02:08 -04:00
"equivalent",
"hashbrown 0.14.3",
2023-10-27 12:43:16 +01:00
"serde",
]
[[package]]
name = "indoc"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
[[package]]
name = "itertools"
2022-10-24 16:23:09 -07:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-24 16:23:09 -07:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
2021-02-26 10:55:20 -07:00
]
2018-12-20 13:35:13 -08:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "itoa"
version = "1.0.10"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2021-02-26 10:55:20 -07:00
[[package]]
name = "jni"
2023-04-04 02:38:29 +03:00
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 02:38:29 +03:00
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
2023-04-04 02:38:29 +03:00
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
"windows-sys 0.45.0",
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2021-02-26 10:55:20 -07:00
[[package]]
name = "js-sys"
version = "0.3.67"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
2021-02-26 10:55:20 -07:00
dependencies = [
"wasm-bindgen",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "lazy_static"
2021-02-26 10:55:20 -07:00
version = "1.4.0"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 10:55:20 -07:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-12-05 12:50:12 -08:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2023-10-27 12:43:16 +01:00
[[package]]
name = "leb128"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2018-12-05 12:50:12 -08:00
[[package]]
name = "libc"
version = "0.2.153"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2018-12-05 12:50:12 -08:00
[[package]]
name = "libloading"
version = "0.7.4"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2018-12-05 12:50:12 -08:00
dependencies = [
2021-02-26 10:55:20 -07:00
"cfg-if",
"winapi",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "libloading"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
[[package]]
name = "libredox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
dependencies = [
"bitflags 2.4.2",
"libc",
"redox_syscall",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2018-12-05 12:50:12 -08:00
[[package]]
name = "log"
version = "0.4.20"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2018-12-05 12:50:12 -08:00
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "memchr"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2023-10-27 12:43:16 +01:00
[[package]]
name = "memfd"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
dependencies = [
"rustix",
]
[[package]]
name = "memoffset"
2023-10-27 12:43:16 +01:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 12:43:16 +01:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "nix"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
"bitflags 2.4.2",
"cfg-if",
"libc",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "objc"
version = "0.2.7"
2019-02-19 11:24:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2019-02-19 11:24:50 -08:00
dependencies = [
"malloc_buf",
2019-02-19 11:24:50 -08:00
]
[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"crc32fast",
"hashbrown 0.14.3",
2023-10-27 12:43:16 +01:00
"indexmap",
"memchr",
]
2019-02-19 11:24:50 -08:00
[[package]]
2021-02-26 10:55:20 -07:00
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2019-02-19 11:24:50 -08:00
[[package]]
2023-07-20 07:02:08 -04:00
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-20 07:02:08 -04:00
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
[[package]]
name = "path-slash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
2019-05-13 21:51:17 -07:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-10-27 12:43:16 +01:00
[[package]]
name = "pin-project-lite"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2019-08-13 10:08:58 -07:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
2019-08-13 10:08:58 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2019-08-13 10:08:58 -07:00
[[package]]
name = "pretty_assertions"
2023-07-20 07:02:08 -04:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-20 07:02:08 -04:00
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
"diff",
2023-07-20 07:02:08 -04:00
"yansi",
]
[[package]]
name = "prettyplease"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
dependencies = [
"proc-macro2",
"syn 2.0.48",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "proc-macro2"
version = "1.0.78"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
2018-12-05 12:50:12 -08:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "psm"
2022-10-24 16:23:09 -07:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-24 16:23:09 -07:00
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
dependencies = [
"cc",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "quote"
version = "1.0.35"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2018-12-05 12:50:12 -08:00
dependencies = [
"proc-macro2",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "rand"
version = "0.8.5"
2019-08-13 10:08:58 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2019-08-13 10:08:58 -07:00
dependencies = [
"libc",
2021-02-26 10:55:20 -07:00
"rand_chacha",
"rand_core",
]
2019-08-13 10:08:58 -07:00
[[package]]
name = "rand_chacha"
version = "0.3.1"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2019-08-13 10:08:58 -07:00
dependencies = [
2021-02-26 10:55:20 -07:00
"ppv-lite86",
"rand_core",
2019-08-13 10:08:58 -07:00
]
[[package]]
2021-02-26 10:55:20 -07:00
name = "rand_core"
2022-10-24 16:23:09 -07:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-24 16:23:09 -07:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "raw-window-handle"
2023-04-04 02:38:29 +03:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 02:38:29 +03:00
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2023-04-04 02:38:29 +03:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
2023-04-04 02:38:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-04-04 02:38:29 +03:00
dependencies = [
"bitflags 1.3.2",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "redox_users"
version = "0.4.4"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
2018-12-05 12:50:12 -08:00
dependencies = [
"getrandom",
"libredox",
"thiserror",
]
[[package]]
name = "regalloc2"
2023-10-27 12:43:16 +01:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 12:43:16 +01:00
checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
dependencies = [
2023-10-27 12:43:16 +01:00
"hashbrown 0.13.2",
"log",
2023-10-27 12:43:16 +01:00
"rustc-hash",
"slice-group-by",
"smallvec",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "regex"
version = "1.10.3"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
2018-12-05 12:50:12 -08:00
dependencies = [
"aho-corasick",
"memchr",
2023-07-20 07:02:08 -04:00
"regex-automata",
"regex-syntax 0.8.2",
2018-12-05 12:50:12 -08:00
]
[[package]]
2023-07-20 07:02:08 -04:00
name = "regex-automata"
version = "0.4.5"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
2023-07-20 07:02:08 -04:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.2",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "regex-syntax"
version = "0.7.5"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2018-12-05 12:50:12 -08:00
[[package]]
name = "regex-syntax"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
version = "0.38.31"
2023-03-15 14:48:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
2023-03-15 14:48:47 +02:00
dependencies = [
"bitflags 2.4.2",
2023-10-27 12:43:16 +01:00
"errno",
2023-03-15 14:48:47 +02:00
"libc",
2023-10-27 12:43:16 +01:00
"linux-raw-sys",
"windows-sys 0.52.0",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "ryu"
version = "1.0.16"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
2018-12-05 12:50:12 -08:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "semver"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
2018-12-05 12:50:12 -08:00
[[package]]
name = "serde"
version = "1.0.196"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
2021-10-04 03:58:22 -05:00
dependencies = [
"serde_derive",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "serde_derive"
version = "1.0.196"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
2018-12-05 12:50:12 -08:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "serde_json"
version = "1.0.113"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
2018-12-05 12:50:12 -08:00
dependencies = [
2023-10-27 12:43:16 +01:00
"indexmap",
"itoa",
"ryu",
"serde",
2018-12-05 12:50:12 -08:00
]
2023-07-20 07:02:08 -04:00
[[package]]
name = "serde_spanned"
version = "0.6.5"
2023-07-20 07:02:08 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2023-07-20 07:02:08 -04:00
dependencies = [
"serde",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "slice-group-by"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
2018-12-18 16:05:36 -08:00
[[package]]
name = "smallbitvec"
2021-08-08 16:31:10 +02:00
version = "2.5.1"
2018-12-18 16:05:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-08 16:31:10 +02:00
checksum = "75ce4f9dc4a41b4c3476cc925f1efb11b66df373a8fde5d4b8915fa91b5d995e"
2019-02-19 11:24:50 -08:00
[[package]]
name = "smallvec"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
2023-10-27 12:43:16 +01:00
[[package]]
name = "sptr"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2018-12-05 12:50:12 -08:00
[[package]]
name = "strsim"
2021-02-26 10:55:20 -07:00
version = "0.8.0"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 10:55:20 -07:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2018-12-05 12:50:12 -08:00
[[package]]
name = "syn"
2023-03-15 14:48:47 +02:00
version = "1.0.109"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-15 14:48:47 +02:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2018-12-05 12:50:12 -08:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2018-12-05 12:50:12 -08:00
]
2023-04-04 02:38:29 +03:00
[[package]]
name = "syn"
version = "2.0.48"
2023-04-04 02:38:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
2018-12-05 12:50:12 -08:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "target-lexicon"
version = "0.12.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
[[package]]
name = "tempfile"
version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67"
dependencies = [
"cfg-if",
"fastrand",
2023-10-27 12:43:16 +01:00
"rustix",
"windows-sys 0.52.0",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "textwrap"
2021-02-26 10:55:20 -07:00
version = "0.11.0"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 10:55:20 -07:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-12-05 12:50:12 -08:00
dependencies = [
"unicode-width",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "thiserror"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
2019-05-13 21:51:17 -07:00
[[package]]
name = "tiny_http"
version = "0.12.0"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
2019-05-13 21:51:17 -07:00
dependencies = [
"ascii",
"chunked_transfer",
"httpdate",
"log",
2019-05-13 21:51:17 -07:00
]
2021-02-26 10:55:20 -07:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-02-26 10:55:20 -07:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-02-26 10:55:20 -07:00
[[package]]
name = "toml"
version = "0.8.10"
2023-07-20 07:02:08 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
2023-07-20 07:02:08 -04:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
dependencies = [
"serde",
]
2023-07-20 07:02:08 -04:00
[[package]]
name = "toml_edit"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8dc77def39ce6079c2d0c866cc20848f591b1898f153c9fe7c4f29e1154510b"
dependencies = [
2023-10-27 12:43:16 +01:00
"indexmap",
"serde",
2023-07-20 07:02:08 -04:00
"serde_spanned",
"toml_datetime",
"winnow",
]
2023-10-27 12:43:16 +01:00
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
2023-10-27 12:43:16 +01:00
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "tree-sitter"
2023-03-13 12:21:19 -07:00
version = "0.20.10"
2018-12-05 12:50:12 -08:00
dependencies = [
"bindgen",
"cc",
"regex",
"wasmtime",
2023-10-27 12:43:16 +01:00
"wasmtime-c-api-impl",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "tree-sitter-cli"
2024-01-25 14:39:11 -05:00
version = "0.20.9"
dependencies = [
"ansi_term",
"anyhow",
"clap",
"ctor",
"ctrlc",
"difference",
2023-07-20 07:02:08 -04:00
"dirs 5.0.1",
"glob",
"html-escape",
2023-10-27 12:43:16 +01:00
"indexmap",
"indoc",
"lazy_static",
"log",
"memchr",
"path-slash",
"pretty_assertions",
2021-02-26 10:55:20 -07:00
"rand",
"regex",
"regex-syntax 0.7.5",
"rustc-hash",
"semver",
"serde",
2023-10-27 12:43:16 +01:00
"serde_derive",
"serde_json",
"smallbitvec",
"tempfile",
"tiny_http",
"toml",
"tree-sitter",
"tree-sitter-config",
"tree-sitter-highlight",
"tree-sitter-loader",
"tree-sitter-tags",
"tree-sitter-tests-proc-macro",
2023-02-15 14:03:36 -08:00
"unindent",
"walkdir",
"wasmparser 0.121.0",
"webbrowser",
"which 6.0.0",
2019-02-19 11:24:50 -08:00
]
[[package]]
name = "tree-sitter-config"
version = "0.19.0"
dependencies = [
"anyhow",
"dirs 3.0.2",
"serde",
"serde_json",
]
2019-02-19 11:24:50 -08:00
[[package]]
name = "tree-sitter-highlight"
version = "0.20.2"
2019-02-19 11:24:50 -08:00
dependencies = [
"lazy_static",
"regex",
"thiserror",
"tree-sitter",
]
[[package]]
name = "tree-sitter-loader"
2021-11-21 13:56:22 -08:00
version = "0.20.0"
dependencies = [
"anyhow",
"cc",
"dirs 3.0.2",
"libloading 0.7.4",
"once_cell",
"regex",
"serde",
"serde_json",
"tree-sitter",
"tree-sitter-highlight",
"tree-sitter-tags",
"which 4.4.2",
]
[[package]]
name = "tree-sitter-tags"
version = "0.20.2"
dependencies = [
"memchr",
"regex",
"thiserror",
"tree-sitter",
]
[[package]]
name = "tree-sitter-tests-proc-macro"
version = "0.0.0"
dependencies = [
"proc-macro2",
"quote",
"rand",
"syn 1.0.109",
]
2019-05-13 21:51:17 -07:00
[[package]]
name = "unicode-bidi"
version = "0.3.15"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2019-05-13 21:51:17 -07:00
[[package]]
name = "unicode-normalization"
2022-10-24 16:23:09 -07:00
version = "0.1.22"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-24 16:23:09 -07:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2019-05-13 21:51:17 -07:00
dependencies = [
2021-02-26 10:55:20 -07:00
"tinyvec",
2019-05-13 21:51:17 -07:00
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "unicode-width"
version = "0.1.11"
2019-02-19 11:24:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2019-05-13 21:51:17 -07:00
2023-02-15 14:03:36 -08:00
[[package]]
name = "unindent"
version = "0.2.3"
2023-02-15 14:03:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
2019-02-19 11:24:50 -08:00
2019-05-13 21:51:17 -07:00
[[package]]
name = "url"
version = "2.5.0"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2019-05-13 21:51:17 -07:00
dependencies = [
2021-02-26 10:55:20 -07:00
"form_urlencoded",
"idna",
"percent-encoding",
2019-05-13 21:51:17 -07:00
]
[[package]]
name = "utf8-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
2018-12-05 12:50:12 -08:00
[[package]]
name = "vec_map"
2021-02-26 10:55:20 -07:00
version = "0.8.2"
2019-02-19 11:24:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 10:55:20 -07:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-02-19 11:24:50 -08:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
dependencies = [
"same-file",
"winapi-util",
]
2021-02-26 10:55:20 -07:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-02-26 10:55:20 -07:00
[[package]]
name = "wasm-bindgen"
version = "0.2.90"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
2021-02-26 10:55:20 -07:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.90"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
2021-02-26 10:55:20 -07:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2021-02-26 10:55:20 -07:00
"proc-macro2",
"quote",
"syn 2.0.48",
2021-02-26 10:55:20 -07:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.90"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
2021-02-26 10:55:20 -07:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.90"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
2021-02-26 10:55:20 -07:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
2021-02-26 10:55:20 -07:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
2023-10-27 12:43:16 +01:00
[[package]]
name = "wasm-encoder"
2023-12-31 11:33:28 -08:00
version = "0.38.1"
2023-10-27 12:43:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 11:33:28 -08:00
checksum = "0ad2b51884de9c7f4fe2fd1043fccb8dcad4b1e29558146ee57a144d15779f3f"
2023-10-27 12:43:16 +01:00
dependencies = [
"leb128",
]
[[package]]
name = "wasmparser"
2023-12-31 11:33:28 -08:00
version = "0.118.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 11:33:28 -08:00
checksum = "95ee9723b928e735d53000dec9eae7b07a60e490c85ab54abb66659fc61bfcd9"
dependencies = [
2023-10-27 12:43:16 +01:00
"indexmap",
"semver",
]
[[package]]
name = "wasmparser"
version = "0.121.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953cf6a7606ab31382cb1caa5ae403e77ba70c7f8e12eeda167e7040d42bfda8"
dependencies = [
"bitflags 2.4.2",
"indexmap",
"semver",
]
[[package]]
name = "wasmtime"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"anyhow",
"bincode",
2023-10-27 12:43:16 +01:00
"bumpalo",
"cfg-if",
2023-10-27 12:43:16 +01:00
"indexmap",
"libc",
"log",
"object",
"once_cell",
"paste",
"serde",
2023-10-27 12:43:16 +01:00
"serde_derive",
"serde_json",
"target-lexicon",
"wasmparser 0.118.1",
"wasmtime-cranelift",
"wasmtime-environ",
"wasmtime-jit",
"wasmtime-runtime",
2023-10-27 12:43:16 +01:00
"windows-sys 0.48.0",
]
[[package]]
name = "wasmtime-asm-macros"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"cfg-if",
]
[[package]]
2023-10-27 12:43:16 +01:00
name = "wasmtime-c-api-impl"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"anyhow",
2023-10-27 12:43:16 +01:00
"log",
"once_cell",
2023-10-27 12:43:16 +01:00
"tracing",
"wasmtime",
"wasmtime-c-api-macros",
]
[[package]]
name = "wasmtime-c-api-macros"
2023-10-27 12:43:16 +01:00
version = "0.0.0"
2023-12-31 11:33:28 -08:00
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "wasmtime-cranelift"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"anyhow",
2023-10-27 12:43:16 +01:00
"cfg-if",
"cranelift-codegen",
2023-10-27 12:43:16 +01:00
"cranelift-control",
"cranelift-entity",
"cranelift-frontend",
"cranelift-native",
"cranelift-wasm",
"gimli",
"log",
"object",
"target-lexicon",
"thiserror",
"wasmparser 0.118.1",
2023-10-27 12:43:16 +01:00
"wasmtime-cranelift-shared",
"wasmtime-environ",
"wasmtime-versioned-export-macros",
]
[[package]]
name = "wasmtime-cranelift-shared"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
2023-10-27 12:43:16 +01:00
dependencies = [
"anyhow",
"cranelift-codegen",
"cranelift-control",
"cranelift-native",
"gimli",
"object",
"target-lexicon",
"wasmtime-environ",
]
[[package]]
name = "wasmtime-environ"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"anyhow",
"cranelift-entity",
"gimli",
2023-10-27 12:43:16 +01:00
"indexmap",
"log",
"object",
"serde",
2023-10-27 12:43:16 +01:00
"serde_derive",
"target-lexicon",
"thiserror",
"wasmparser 0.118.1",
"wasmtime-types",
]
[[package]]
name = "wasmtime-jit"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"anyhow",
"bincode",
"cfg-if",
"gimli",
"log",
"object",
2023-10-27 12:43:16 +01:00
"rustix",
"serde",
2023-10-27 12:43:16 +01:00
"serde_derive",
"target-lexicon",
"wasmtime-environ",
2022-10-24 16:23:09 -07:00
"wasmtime-jit-icache-coherence",
"wasmtime-runtime",
2023-10-27 12:43:16 +01:00
"windows-sys 0.48.0",
]
2022-10-24 16:23:09 -07:00
[[package]]
name = "wasmtime-jit-icache-coherence"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
2022-10-24 16:23:09 -07:00
dependencies = [
"cfg-if",
"libc",
2023-10-27 12:43:16 +01:00
"windows-sys 0.48.0",
]
[[package]]
name = "wasmtime-runtime"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"anyhow",
"cc",
"cfg-if",
2023-10-27 12:43:16 +01:00
"indexmap",
"libc",
"log",
"mach",
2023-10-27 12:43:16 +01:00
"memfd",
"memoffset",
"paste",
2023-12-31 11:33:28 -08:00
"psm",
2023-10-27 12:43:16 +01:00
"rustix",
"sptr",
"wasm-encoder",
"wasmtime-asm-macros",
"wasmtime-environ",
2023-10-27 12:43:16 +01:00
"wasmtime-versioned-export-macros",
"wasmtime-wmemcheck",
"windows-sys 0.48.0",
]
[[package]]
name = "wasmtime-types"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
dependencies = [
"cranelift-entity",
"serde",
2023-10-27 12:43:16 +01:00
"serde_derive",
"thiserror",
"wasmparser 0.118.1",
]
2023-10-27 12:43:16 +01:00
[[package]]
name = "wasmtime-versioned-export-macros"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
2023-10-27 12:43:16 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
2023-10-27 12:43:16 +01:00
]
[[package]]
name = "wasmtime-wmemcheck"
2023-12-31 11:33:28 -08:00
version = "16.0.0"
source = "git+https://github.com/bytecodealliance/wasmtime?rev=v16.0.0#6613acd1e4817957a4a7745125ef063b43c273a7"
2023-10-27 12:43:16 +01:00
2021-02-26 10:55:20 -07:00
[[package]]
name = "web-sys"
version = "0.3.67"
2021-02-26 10:55:20 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
2021-02-26 10:55:20 -07:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2019-05-13 21:51:17 -07:00
[[package]]
name = "webbrowser"
version = "0.8.12"
2019-05-13 21:51:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82b2391658b02c27719fc5a0a73d6e696285138e8b12fba9d4baa70451023c71"
2019-05-13 21:51:17 -07:00
dependencies = [
"core-foundation",
2023-07-20 07:02:08 -04:00
"home",
"jni",
"log",
"ndk-context",
"objc",
"raw-window-handle",
"url",
2021-02-26 10:55:20 -07:00
"web-sys",
2019-05-13 21:51:17 -07:00
]
2021-04-04 19:07:16 -05:00
[[package]]
name = "which"
version = "4.4.2"
2021-04-04 19:07:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2021-04-04 19:07:16 -05:00
dependencies = [
"either",
"home",
"once_cell",
2023-10-27 12:43:16 +01:00
"rustix",
2021-04-04 19:07:16 -05:00
]
[[package]]
name = "which"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
dependencies = [
"either",
"home",
"once_cell",
"rustix",
"windows-sys 0.52.0",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "winapi"
2021-02-26 10:55:20 -07:00
version = "0.3.9"
2018-12-05 12:50:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 10:55:20 -07:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-12-05 12:50:12 -08:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-12-05 12:50:12 -08:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-12-05 12:50:12 -08:00
[[package]]
name = "winapi-util"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
dependencies = [
"winapi",
]
2018-12-05 12:50:12 -08:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-03-15 14:48:47 +02:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
2023-03-15 14:48:47 +02:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.0",
]
2023-03-15 14:48:47 +02:00
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-03-15 14:48:47 +02:00
]
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
]
2023-03-15 14:48:47 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2023-03-15 14:48:47 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2023-03-15 14:48:47 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2023-03-15 14:48:47 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2023-03-15 14:48:47 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2023-03-15 14:48:47 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2023-03-15 14:48:47 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-07-20 07:02:08 -04:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2023-07-20 07:02:08 -04:00
[[package]]
name = "winnow"
version = "0.5.37"
2023-07-20 07:02:08 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7cad8365489051ae9f054164e459304af2e7e9bb407c958076c8bf4aef52da5"
2023-07-20 07:02:08 -04:00
dependencies = [
"memchr",
]
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
2023-10-27 12:43:16 +01:00
[[package]]
name = "zerocopy"
version = "0.7.32"
2023-10-27 12:43:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
2023-10-27 12:43:16 +01:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.32"
2023-10-27 12:43:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
2023-10-27 12:43:16 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
2023-10-27 12:43:16 +01:00
]