edlang/Cargo.lock

1599 lines
40 KiB
Plaintext
Raw Normal View History

2023-03-25 14:29:49 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
2024-03-27 11:11:50 +00:00
version = "1.1.3"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-03-25 14:29:49 +00:00
dependencies = [
"memchr",
]
2023-04-20 08:40:40 +00:00
[[package]]
name = "anstream"
2024-03-02 09:23:53 +00:00
version = "0.6.13"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 09:23:53 +00:00
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
2023-04-20 08:40:40 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2024-02-09 08:03:27 +00:00
version = "1.0.6"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 08:03:27 +00:00
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
2023-04-20 08:40:40 +00:00
[[package]]
name = "anstyle-parse"
2024-01-14 08:36:46 +00:00
version = "0.2.3"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
2023-04-20 08:40:40 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-01-14 08:36:46 +00:00
version = "1.0.2"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
2023-04-20 08:40:40 +00:00
dependencies = [
2024-01-14 08:36:46 +00:00
"windows-sys 0.52.0",
2023-04-20 08:40:40 +00:00
]
[[package]]
name = "anstyle-wincon"
2024-01-14 08:36:46 +00:00
version = "3.0.2"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
2023-04-20 08:40:40 +00:00
dependencies = [
"anstyle",
2024-01-14 08:36:46 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
2024-04-13 08:38:25 +00:00
version = "1.0.82"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
2024-01-14 08:36:46 +00:00
[[package]]
name = "ariadne"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd002a6223f12c7a95cdd4b1cb3a0149d22d37f7a9ecdb2cb691a071fe236c29"
dependencies = [
"concolor",
"unicode-width",
"yansi",
2023-04-20 08:40:40 +00:00
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "ascii-canvas"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
dependencies = [
"term",
]
[[package]]
name = "autocfg"
2024-03-27 11:11:50 +00:00
version = "1.2.0"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
2023-03-25 14:29:49 +00:00
2023-04-20 08:40:40 +00:00
[[package]]
name = "beef"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
2023-03-25 14:29:49 +00:00
[[package]]
name = "bit-set"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-08-31 12:19:10 +00:00
[[package]]
name = "bitflags"
2024-03-27 11:11:50 +00:00
version = "2.5.0"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2024-01-14 08:36:46 +00:00
2023-03-25 14:29:49 +00:00
[[package]]
name = "cc"
2024-04-09 10:57:57 +00:00
version = "1.0.92"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41"
dependencies = [
"jobserver",
"libc",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2024-03-27 11:11:50 +00:00
version = "4.5.4"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
2023-03-25 14:29:49 +00:00
dependencies = [
2023-04-20 08:40:40 +00:00
"clap_builder",
2023-03-25 14:29:49 +00:00
"clap_derive",
2023-04-20 08:40:40 +00:00
]
[[package]]
name = "clap_builder"
2024-03-11 07:28:27 +00:00
version = "4.5.2"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 07:28:27 +00:00
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
2023-04-20 08:40:40 +00:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2023-03-25 14:29:49 +00:00
"strsim",
]
[[package]]
name = "clap_derive"
2024-03-27 11:11:50 +00:00
version = "4.5.4"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
2023-03-25 14:29:49 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-02-03 19:14:29 +00:00
"syn",
2023-03-25 14:29:49 +00:00
]
[[package]]
name = "clap_lex"
2024-02-09 08:03:27 +00:00
version = "0.7.0"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 08:03:27 +00:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2023-03-25 14:29:49 +00:00
2023-04-20 08:40:40 +00:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2024-01-14 08:36:46 +00:00
[[package]]
name = "concolor"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b946244a988c390a94667ae0e3958411fa40cc46ea496a929b263d883f5f9c3"
dependencies = [
"bitflags 1.3.2",
"concolor-query",
"is-terminal",
]
[[package]]
name = "concolor-query"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf"
dependencies = [
"windows-sys 0.45.0",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "edb"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2023-03-25 14:29:49 +00:00
dependencies = [
"anyhow",
"clap",
2024-01-14 08:36:46 +00:00
"edlang_driver",
"git2",
2024-03-11 11:02:14 +00:00
"owo-colors",
"serde",
"toml",
2024-01-14 08:36:46 +00:00
]
[[package]]
name = "edlang_ast"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-01-27 11:55:54 +00:00
dependencies = [
"edlang_span",
]
2024-01-14 08:36:46 +00:00
[[package]]
name = "edlang_check"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-01-14 08:36:46 +00:00
dependencies = [
"ariadne",
"edlang_ast",
2024-02-24 10:43:49 +00:00
"edlang_lowering",
"edlang_session",
2024-01-14 08:36:46 +00:00
"tracing",
]
[[package]]
2024-02-09 08:06:20 +00:00
name = "edlang_codegen_llvm"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-01-14 08:36:46 +00:00
dependencies = [
2024-02-03 19:14:29 +00:00
"edlang_ir",
2024-01-14 08:36:46 +00:00
"edlang_parser",
"edlang_session",
2024-02-09 08:03:27 +00:00
"edlang_span",
2024-02-03 19:14:29 +00:00
"inkwell",
2024-01-14 08:36:46 +00:00
"llvm-sys",
2024-01-15 06:44:11 +00:00
"tracing",
2024-01-14 08:36:46 +00:00
]
[[package]]
name = "edlang_driver"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-01-14 08:36:46 +00:00
dependencies = [
"anyhow",
2024-01-15 10:42:24 +00:00
"ariadne",
2023-03-25 14:29:49 +00:00
"clap",
2024-01-14 08:36:46 +00:00
"edlang_ast",
"edlang_check",
2024-02-09 08:06:20 +00:00
"edlang_codegen_llvm",
2024-01-30 17:05:14 +00:00
"edlang_ir",
"edlang_lowering",
2024-01-14 08:36:46 +00:00
"edlang_parser",
"edlang_session",
2024-02-14 07:53:47 +00:00
"tempfile",
"test-case",
2024-01-14 08:36:46 +00:00
"tracing",
"tracing-subscriber",
2024-03-11 11:02:14 +00:00
"walkdir",
2024-01-14 08:36:46 +00:00
]
2024-01-27 11:55:54 +00:00
[[package]]
name = "edlang_ir"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-01-27 11:55:54 +00:00
dependencies = [
"edlang_span",
2024-02-28 08:53:58 +00:00
"educe",
2024-01-27 11:55:54 +00:00
"smallvec",
]
[[package]]
name = "edlang_lowering"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-01-27 11:55:54 +00:00
dependencies = [
"edlang_ast",
"edlang_ir",
2024-02-24 10:43:49 +00:00
"thiserror",
2024-02-08 10:58:10 +00:00
"tracing",
2024-01-27 11:55:54 +00:00
]
2024-01-14 08:36:46 +00:00
[[package]]
name = "edlang_parser"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-01-14 08:36:46 +00:00
dependencies = [
2024-01-15 06:44:11 +00:00
"ariadne",
2024-01-14 08:36:46 +00:00
"edlang_ast",
2024-02-09 08:03:27 +00:00
"itertools 0.12.1",
2023-03-25 14:29:49 +00:00
"lalrpop",
"lalrpop-util",
2023-04-20 08:40:40 +00:00
"logos",
2023-03-25 14:29:49 +00:00
"tracing",
]
2024-01-14 08:36:46 +00:00
[[package]]
name = "edlang_session"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-01-15 06:44:11 +00:00
dependencies = [
"ariadne",
]
2024-01-14 08:36:46 +00:00
2024-01-27 11:55:54 +00:00
[[package]]
name = "edlang_span"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-01-27 11:55:54 +00:00
[[package]]
name = "edlangc"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
dependencies = [
"edlang_driver",
]
2024-02-28 08:53:58 +00:00
[[package]]
name = "educe"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
dependencies = [
"enum-ordinalize",
"proc-macro2",
"quote",
"syn",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "either"
2024-04-13 08:38:25 +00:00
version = "1.11.0"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
2023-03-25 14:29:49 +00:00
[[package]]
name = "ena"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
dependencies = [
"log",
]
2024-02-28 08:53:58 +00:00
[[package]]
name = "enum-ordinalize"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
dependencies = [
"enum-ordinalize-derive",
]
[[package]]
name = "enum-ordinalize-derive"
version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-08-31 12:19:10 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2024-02-14 07:53:47 +00:00
[[package]]
name = "errno"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "fastrand"
2024-03-27 11:11:50 +00:00
version = "2.0.2"
2024-02-14 07:53:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
2024-02-14 07:53:47 +00:00
2023-03-25 14:29:49 +00:00
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2023-04-20 08:40:40 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "getrandom"
2024-04-09 10:57:57 +00:00
version = "0.2.14"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
2023-03-25 14:29:49 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "git2"
2024-03-27 11:11:50 +00:00
version = "0.18.3"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
dependencies = [
2024-03-27 11:11:50 +00:00
"bitflags 2.5.0",
"libc",
"libgit2-sys",
"log",
"openssl-probe",
"openssl-sys",
"url",
]
2024-01-14 08:36:46 +00:00
2023-03-25 14:29:49 +00:00
[[package]]
name = "hashbrown"
2024-01-14 08:36:46 +00:00
version = "0.14.3"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-03-25 14:29:49 +00:00
[[package]]
name = "heck"
2024-03-27 11:11:50 +00:00
version = "0.5.0"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-03-25 14:29:49 +00:00
[[package]]
name = "hermit-abi"
2024-03-02 09:23:53 +00:00
version = "0.3.9"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 09:23:53 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-25 14:29:49 +00:00
[[package]]
name = "idna"
version = "0.5.0"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2023-03-25 14:29:49 +00:00
[[package]]
2024-01-14 08:36:46 +00:00
name = "indexmap"
2024-03-27 11:11:50 +00:00
version = "2.2.6"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-03-25 14:29:49 +00:00
dependencies = [
2024-01-14 08:36:46 +00:00
"equivalent",
"hashbrown",
2023-03-25 14:29:49 +00:00
]
2024-02-03 19:14:29 +00:00
[[package]]
name = "inkwell"
2024-02-09 08:03:27 +00:00
version = "0.4.0"
2024-04-09 10:57:57 +00:00
source = "git+https://github.com/TheDan64/inkwell?rev=d916c66d2cedb8bc58c187df8403d9fc71eb0ad4#d916c66d2cedb8bc58c187df8403d9fc71eb0ad4"
2024-02-03 19:14:29 +00:00
dependencies = [
"either",
"inkwell_internals",
"libc",
"llvm-sys",
"once_cell",
"thiserror",
]
[[package]]
name = "inkwell_internals"
2024-02-09 08:03:27 +00:00
version = "0.9.0"
2024-04-09 10:57:57 +00:00
source = "git+https://github.com/TheDan64/inkwell?rev=d916c66d2cedb8bc58c187df8403d9fc71eb0ad4#d916c66d2cedb8bc58c187df8403d9fc71eb0ad4"
2024-02-03 19:14:29 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-03-25 14:29:49 +00:00
[[package]]
2023-08-31 12:19:10 +00:00
name = "is-terminal"
2024-02-12 09:51:43 +00:00
version = "0.4.12"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 09:51:43 +00:00
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
2023-03-25 14:29:49 +00:00
dependencies = [
"hermit-abi",
2024-02-09 08:03:27 +00:00
"libc",
2024-01-14 08:36:46 +00:00
"windows-sys 0.52.0",
2023-03-25 14:29:49 +00:00
]
[[package]]
2023-08-31 12:19:10 +00:00
name = "itertools"
2024-03-02 09:23:53 +00:00
version = "0.11.0"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 09:23:53 +00:00
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
2023-03-25 14:29:49 +00:00
dependencies = [
2023-08-31 12:19:10 +00:00
"either",
2023-03-25 14:29:49 +00:00
]
2024-01-15 10:42:24 +00:00
[[package]]
name = "itertools"
2024-02-09 08:03:27 +00:00
version = "0.12.1"
2024-01-15 10:42:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 08:03:27 +00:00
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2024-01-15 10:42:24 +00:00
dependencies = [
"either",
]
[[package]]
name = "jobserver"
2024-04-13 08:38:25 +00:00
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "685a7d121ee3f65ae4fddd72b25a04bb36b6af81bc0828f7d5434c0fe60fa3a2"
dependencies = [
"libc",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "lalrpop"
2024-03-02 09:23:53 +00:00
version = "0.20.2"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 09:23:53 +00:00
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
2023-03-25 14:29:49 +00:00
dependencies = [
"ascii-canvas",
"bit-set",
"ena",
2024-03-02 09:23:53 +00:00
"itertools 0.11.0",
2023-03-25 14:29:49 +00:00
"lalrpop-util",
"petgraph",
"pico-args",
"regex",
2024-03-27 11:11:50 +00:00
"regex-syntax 0.8.3",
2023-03-25 14:29:49 +00:00
"string_cache",
"term",
"tiny-keccak",
"unicode-xid",
2024-03-02 09:23:53 +00:00
"walkdir",
2023-03-25 14:29:49 +00:00
]
[[package]]
name = "lalrpop-util"
2024-03-02 09:23:53 +00:00
version = "0.20.2"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 09:23:53 +00:00
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
2023-03-25 14:29:49 +00:00
dependencies = [
2024-03-11 07:28:27 +00:00
"regex-automata 0.4.6",
2023-03-25 14:29:49 +00:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
2024-01-14 08:36:46 +00:00
name = "libc"
2024-02-09 08:03:27 +00:00
version = "0.2.153"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 08:03:27 +00:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2023-03-25 14:29:49 +00:00
[[package]]
name = "libgit2-sys"
version = "0.16.2+1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
dependencies = [
"cc",
"libc",
"libssh2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
]
2024-01-14 08:36:46 +00:00
[[package]]
name = "libredox"
2024-04-09 10:57:57 +00:00
version = "0.1.3"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2024-01-14 08:36:46 +00:00
dependencies = [
2024-03-27 11:11:50 +00:00
"bitflags 2.5.0",
2023-03-25 14:29:49 +00:00
"libc",
2024-01-14 08:36:46 +00:00
]
[[package]]
name = "libssh2-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
]
[[package]]
name = "libz-sys"
2024-03-27 11:11:50 +00:00
version = "1.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2024-02-14 07:53:47 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2024-01-14 08:36:46 +00:00
[[package]]
name = "llvm-sys"
2024-04-09 10:57:57 +00:00
version = "180.0.0"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "778fa5fa02e32728e718f11eec147e6f134137399ab02fd2c13d32476337affa"
2024-01-14 08:36:46 +00:00
dependencies = [
"anyhow",
"cc",
"lazy_static",
"libc",
"regex-lite",
2023-03-25 14:29:49 +00:00
"semver",
]
[[package]]
name = "lock_api"
2024-01-14 08:36:46 +00:00
version = "0.4.11"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2023-03-25 14:29:49 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-03-02 09:23:53 +00:00
version = "0.4.21"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 09:23:53 +00:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2023-03-25 14:29:49 +00:00
2023-04-20 08:40:40 +00:00
[[package]]
name = "logos"
2024-02-13 06:26:10 +00:00
version = "0.14.0"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-13 06:26:10 +00:00
checksum = "161971eb88a0da7ae0c333e1063467c5b5727e7fb6b710b8db4814eade3a42e8"
2023-04-20 08:40:40 +00:00
dependencies = [
"logos-derive",
]
[[package]]
name = "logos-codegen"
2024-02-13 06:26:10 +00:00
version = "0.14.0"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-13 06:26:10 +00:00
checksum = "8e31badd9de5131fdf4921f6473d457e3dd85b11b7f091ceb50e4df7c3eeb12a"
2023-04-20 08:40:40 +00:00
dependencies = [
"beef",
"fnv",
2024-02-13 06:26:10 +00:00
"lazy_static",
2023-04-20 08:40:40 +00:00
"proc-macro2",
"quote",
2024-03-27 11:11:50 +00:00
"regex-syntax 0.8.3",
2024-02-03 19:14:29 +00:00
"syn",
2023-04-20 08:40:40 +00:00
]
[[package]]
name = "logos-derive"
2024-02-13 06:26:10 +00:00
version = "0.14.0"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-13 06:26:10 +00:00
checksum = "1c2a69b3eb68d5bd595107c9ee58d7e07fe2bb5e360cc85b0f084dedac80de0a"
2023-04-20 08:40:40 +00:00
dependencies = [
"logos-codegen",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-08-31 12:19:10 +00:00
"regex-automata 0.1.10",
2023-03-25 14:29:49 +00:00
]
[[package]]
name = "memchr"
2024-04-09 10:57:57 +00:00
version = "2.7.2"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2024-01-14 08:36:46 +00:00
2023-03-25 14:29:49 +00:00
[[package]]
name = "new_debug_unreachable"
2024-03-27 11:11:50 +00:00
version = "1.0.6"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2023-03-25 14:29:49 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "once_cell"
2024-01-14 08:36:46 +00:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-03-25 14:29:49 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2023-03-25 14:29:49 +00:00
[[package]]
name = "openssl-sys"
2024-04-09 10:57:57 +00:00
version = "0.9.102"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2023-03-25 14:29:49 +00:00
2024-03-11 11:02:14 +00:00
[[package]]
name = "owo-colors"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
2023-03-25 14:29:49 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-01-14 08:36:46 +00:00
version = "0.9.9"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2023-03-25 14:29:49 +00:00
dependencies = [
"cfg-if",
"libc",
2024-01-14 08:36:46 +00:00
"redox_syscall",
2023-03-25 14:29:49 +00:00
"smallvec",
2024-01-14 08:36:46 +00:00
"windows-targets 0.48.5",
2023-03-25 14:29:49 +00:00
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-03-25 14:29:49 +00:00
[[package]]
name = "petgraph"
2023-08-31 12:19:10 +00:00
version = "0.6.4"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
2023-03-25 14:29:49 +00:00
dependencies = [
"fixedbitset",
"indexmap",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
[[package]]
name = "pico-args"
2023-05-14 14:57:35 +00:00
version = "0.5.0"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 14:57:35 +00:00
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
2023-03-25 14:29:49 +00:00
[[package]]
name = "pin-project-lite"
2024-04-09 10:57:57 +00:00
version = "0.2.14"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-03-25 14:29:49 +00:00
[[package]]
name = "pkg-config"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-03-25 14:29:49 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "proc-macro2"
2024-03-27 11:11:50 +00:00
version = "1.0.79"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
2023-03-25 14:29:49 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
2024-01-14 08:36:46 +00:00
name = "quote"
2024-04-13 08:38:25 +00:00
version = "1.0.36"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-03-25 14:29:49 +00:00
dependencies = [
2024-01-14 08:36:46 +00:00
"proc-macro2",
2023-03-25 14:29:49 +00:00
]
2023-06-12 09:53:35 +00:00
[[package]]
name = "redox_syscall"
2024-01-14 08:36:46 +00:00
version = "0.4.1"
2023-06-12 09:53:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-06-12 09:53:35 +00:00
dependencies = [
2023-08-31 12:19:10 +00:00
"bitflags 1.3.2",
2023-06-12 09:53:35 +00:00
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "redox_users"
2024-04-09 10:57:57 +00:00
version = "0.4.5"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2023-03-25 14:29:49 +00:00
dependencies = [
"getrandom",
2024-01-14 08:36:46 +00:00
"libredox",
2023-03-25 14:29:49 +00:00
"thiserror",
]
[[package]]
name = "regex"
2024-03-27 11:11:50 +00:00
version = "1.10.4"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2023-03-25 14:29:49 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-03-11 07:28:27 +00:00
"regex-automata 0.4.6",
2024-03-27 11:11:50 +00:00
"regex-syntax 0.8.3",
2023-03-25 14:29:49 +00:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-05-14 14:57:35 +00:00
"regex-syntax 0.6.29",
2023-03-25 14:29:49 +00:00
]
2023-08-31 12:19:10 +00:00
[[package]]
name = "regex-automata"
2024-03-11 07:28:27 +00:00
version = "0.4.6"
2023-08-31 12:19:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 07:28:27 +00:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-08-31 12:19:10 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-03-27 11:11:50 +00:00
"regex-syntax 0.8.3",
2023-08-31 12:19:10 +00:00
]
2024-01-14 08:36:46 +00:00
[[package]]
name = "regex-lite"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
2023-03-25 14:29:49 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2024-01-14 08:36:46 +00:00
[[package]]
name = "regex-syntax"
2024-03-27 11:11:50 +00:00
version = "0.8.3"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2024-01-14 08:36:46 +00:00
2024-02-14 07:53:47 +00:00
[[package]]
name = "rustix"
2024-03-27 11:11:50 +00:00
version = "0.38.32"
2024-02-14 07:53:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
2024-02-14 07:53:47 +00:00
dependencies = [
2024-03-27 11:11:50 +00:00
"bitflags 2.5.0",
2024-02-14 07:53:47 +00:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "rustversion"
2024-04-09 10:57:57 +00:00
version = "1.0.15"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47"
2023-03-25 14:29:49 +00:00
2024-03-02 09:23:53 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "scopeguard"
2023-08-31 12:19:10 +00:00
version = "1.2.0"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-03-25 14:29:49 +00:00
[[package]]
name = "semver"
2024-02-27 06:57:42 +00:00
version = "1.0.22"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-27 06:57:42 +00:00
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
2024-01-14 08:36:46 +00:00
[[package]]
name = "serde"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_spanned"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
dependencies = [
"serde",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "sharded-slab"
2024-01-14 08:36:46 +00:00
version = "0.1.7"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2023-03-25 14:29:49 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "siphasher"
2023-08-31 12:19:10 +00:00
version = "0.3.11"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2023-03-25 14:29:49 +00:00
[[package]]
name = "smallvec"
2024-03-27 11:11:50 +00:00
version = "1.13.2"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-03-25 14:29:49 +00:00
[[package]]
name = "string_cache"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
dependencies = [
"new_debug_unreachable",
"once_cell",
"parking_lot",
"phf_shared",
"precomputed-hash",
]
[[package]]
name = "strsim"
2024-04-09 10:57:57 +00:00
version = "0.11.1"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2023-03-25 14:29:49 +00:00
2024-01-14 08:36:46 +00:00
[[package]]
name = "syn"
2024-04-09 10:57:57 +00:00
version = "2.0.58"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:57:57 +00:00
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
2024-01-14 08:36:46 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-02-14 07:53:47 +00:00
[[package]]
name = "tempfile"
2024-02-27 06:57:42 +00:00
version = "3.10.1"
2024-02-14 07:53:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-27 06:57:42 +00:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2024-02-14 07:53:47 +00:00
dependencies = [
"cfg-if",
"fastrand",
"rustix",
"windows-sys 0.52.0",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
"dirs-next",
"rustversion",
"winapi",
]
2024-02-14 07:53:47 +00:00
[[package]]
name = "test-case"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
dependencies = [
"test-case-macros",
]
[[package]]
name = "test-case-core"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "test-case-macros"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
dependencies = [
"proc-macro2",
"quote",
"syn",
"test-case-core",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "thiserror"
2024-03-27 11:11:50 +00:00
version = "1.0.58"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
2023-03-25 14:29:49 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-03-27 11:11:50 +00:00
version = "1.0.58"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
2023-03-25 14:29:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-02-03 19:14:29 +00:00
"syn",
2023-03-25 14:29:49 +00:00
]
[[package]]
name = "thread_local"
2024-02-27 06:57:42 +00:00
version = "1.1.8"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-27 06:57:42 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2023-03-25 14:29:49 +00:00
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml"
2024-03-27 11:11:50 +00:00
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
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",
]
[[package]]
name = "toml_edit"
2024-03-27 11:11:50 +00:00
version = "0.22.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 11:11:50 +00:00
checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "tracing"
2024-01-14 08:36:46 +00:00
version = "0.1.40"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-03-25 14:29:49 +00:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2024-01-14 08:36:46 +00:00
version = "0.1.27"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-03-25 14:29:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-02-03 19:14:29 +00:00
"syn",
2023-03-25 14:29:49 +00:00
]
[[package]]
name = "tracing-core"
2024-01-14 08:36:46 +00:00
version = "0.1.32"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-03-25 14:29:49 +00:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
2024-01-14 08:36:46 +00:00
version = "0.2.0"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2023-03-25 14:29:49 +00:00
dependencies = [
"log",
2024-01-14 08:36:46 +00:00
"once_cell",
2023-03-25 14:29:49 +00:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2024-01-14 08:36:46 +00:00
version = "0.3.18"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 08:36:46 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2023-03-25 14:29:49 +00:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "unicode-bidi"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-03-25 14:29:49 +00:00
[[package]]
name = "unicode-ident"
2023-10-02 09:08:07 +00:00
version = "1.0.12"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-02 09:08:07 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-03-25 14:29:49 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
dependencies = [
"tinyvec",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "unicode-width"
2023-10-02 09:08:07 +00:00
version = "0.1.11"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-02 09:08:07 +00:00
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2023-03-25 14:29:49 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "url"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2023-04-20 08:40:40 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-03-25 14:29:49 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2024-03-02 09:23:53 +00:00
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2023-03-25 14:29:49 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2024-03-02 09:23:53 +00:00
[[package]]
name = "winapi-util"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
dependencies = [
"winapi",
]
2023-03-25 14:29:49 +00: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"
2024-01-14 08:36:46 +00: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.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-04-13 08:38:25 +00:00
"windows-targets 0.52.5",
2024-01-14 08:36:46 +00: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",
2023-04-20 08:40:40 +00:00
]
[[package]]
name = "windows-targets"
2023-08-31 12:19:10 +00:00
version = "0.48.5"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-20 08:40:40 +00:00
dependencies = [
2024-01-14 08:36:46 +00:00
"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-25 14:29:49 +00:00
]
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows-targets"
2024-04-13 08:38:25 +00:00
version = "0.52.5"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2024-01-14 08:36:46 +00:00
dependencies = [
2024-04-13 08:38:25 +00:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2024-01-14 08:36:46 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-04-20 08:40:40 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-31 12:19:10 +00:00
version = "0.48.5"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-20 08:40:40 +00:00
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-04-13 08:38:25 +00:00
version = "0.52.5"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-04-20 08:40:40 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-31 12:19:10 +00:00
version = "0.48.5"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-20 08:40:40 +00:00
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-04-13 08:38:25 +00:00
version = "0.52.5"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-04-20 08:40:40 +00:00
[[package]]
name = "windows_i686_gnu"
2023-08-31 12:19:10 +00:00
version = "0.48.5"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-20 08:40:40 +00:00
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_i686_gnu"
2024-04-13 08:38:25 +00:00
version = "0.52.5"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-04-20 08:40:40 +00:00
[[package]]
name = "windows_i686_msvc"
2023-08-31 12:19:10 +00:00
version = "0.48.5"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-20 08:40:40 +00:00
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_i686_msvc"
2024-04-13 08:38:25 +00:00
version = "0.52.5"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-04-20 08:40:40 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-31 12:19:10 +00:00
version = "0.48.5"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-20 08:40:40 +00:00
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-04-13 08:38:25 +00:00
version = "0.52.5"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-04-20 08:40:40 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-31 12:19:10 +00:00
version = "0.48.5"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-20 08:40:40 +00:00
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-04-13 08:38:25 +00:00
version = "0.52.5"
2024-01-14 08:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2024-01-14 08:36:46 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-04-20 08:40:40 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-31 12:19:10 +00:00
version = "0.48.5"
2023-04-20 08:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 12:19:10 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-20 08:40:40 +00:00
2023-03-25 14:29:49 +00:00
[[package]]
2024-01-14 08:36:46 +00:00
name = "windows_x86_64_msvc"
2024-04-13 08:38:25 +00:00
version = "0.52.5"
2023-03-25 14:29:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2024-01-14 08:36:46 +00:00
[[package]]
name = "winnow"
2024-04-13 08:38:25 +00:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 08:38:25 +00:00
checksum = "f0c976aaaa0e1f90dbb21e9587cdaf1d9679a1cde8875c0d6bd83ab96a208352"
dependencies = [
"memchr",
]
2024-01-14 08:36:46 +00:00
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"