talc/Cargo.lock

956 lines
24 KiB
Text
Raw Normal View History

2024-02-21 16:04:18 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
2024-03-30 16:21:09 +00:00
version = "1.1.3"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 16:21:09 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2024-02-21 16:04:18 +00:00
dependencies = [
"memchr",
]
2024-02-22 19:27:35 +00:00
[[package]]
name = "anstyle"
2024-10-29 02:42:21 +00:00
version = "1.0.9"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
2024-02-21 16:04:18 +00:00
[[package]]
name = "ascii-canvas"
2024-10-29 02:42:21 +00:00
version = "4.0.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891"
2024-02-21 16:04:18 +00:00
dependencies = [
"term",
]
[[package]]
name = "autocfg"
2024-10-29 02:42:21 +00:00
version = "1.4.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2024-02-21 16:04:18 +00:00
[[package]]
name = "bit-set"
2024-10-29 02:42:21 +00:00
version = "0.8.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2024-02-21 16:04:18 +00:00
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
2024-10-29 02:42:21 +00:00
version = "0.8.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2024-02-21 16:04:18 +00:00
[[package]]
name = "bitflags"
2024-10-29 02:42:21 +00:00
version = "2.6.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-02-21 16:04:18 +00:00
[[package]]
2024-10-29 02:42:21 +00:00
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "byteorder"
version = "1.5.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2024-02-21 16:04:18 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-03-30 16:21:09 +00:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2024-10-29 02:42:21 +00:00
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-02-22 19:27:35 +00:00
[[package]]
name = "clap"
2024-10-29 02:42:21 +00:00
version = "4.5.20"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2024-02-22 19:27:35 +00:00
dependencies = [
"clap_builder",
2024-02-23 19:54:34 +00:00
"clap_derive",
2024-02-22 19:27:35 +00:00
]
[[package]]
name = "clap_builder"
2024-10-29 02:42:21 +00:00
version = "4.5.20"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2024-02-22 19:27:35 +00:00
dependencies = [
"anstyle",
"clap_lex",
]
2024-02-23 19:54:34 +00:00
[[package]]
name = "clap_derive"
2024-10-29 02:42:21 +00:00
version = "4.5.18"
2024-02-23 19:54:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2024-02-23 19:54:34 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-03-30 16:21:09 +00:00
"syn",
2024-02-23 19:54:34 +00:00
]
2024-02-22 19:27:35 +00:00
[[package]]
name = "clap_lex"
2024-10-29 02:42:21 +00:00
version = "0.7.2"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2024-02-22 19:27:35 +00:00
[[package]]
name = "clipboard-win"
2024-10-29 02:42:21 +00:00
version = "5.4.0"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
2024-02-22 19:27:35 +00:00
dependencies = [
"error-code",
]
[[package]]
2024-10-29 02:42:21 +00:00
name = "cpufeatures"
version = "0.2.14"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
dependencies = [
"libc",
]
2024-02-21 16:04:18 +00:00
2024-02-23 19:54:34 +00:00
[[package]]
2024-10-29 02:42:21 +00:00
name = "crypto-common"
version = "0.1.6"
2024-02-23 19:54:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2024-02-23 19:54:34 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"generic-array",
"typenum",
2024-02-23 19:54:34 +00:00
]
2024-02-21 16:04:18 +00:00
[[package]]
2024-10-29 02:42:21 +00:00
name = "ctrlc"
version = "3.4.5"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
2024-02-21 16:04:18 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"nix 0.29.0",
"windows-sys 0.59.0",
2024-02-21 16:04:18 +00:00
]
[[package]]
2024-10-29 02:42:21 +00:00
name = "digest"
version = "0.10.7"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2024-02-21 16:04:18 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"block-buffer",
"crypto-common",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "either"
2024-10-29 02:42:21 +00:00
version = "1.13.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-02-21 16:04:18 +00:00
[[package]]
name = "ena"
2024-10-29 02:42:21 +00:00
version = "0.14.3"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
2024-02-21 16:04:18 +00:00
dependencies = [
"log",
]
2024-02-22 19:27:35 +00:00
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
2024-02-21 16:04:18 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2024-02-22 19:27:35 +00:00
[[package]]
name = "errno"
2024-10-29 02:42:21 +00:00
version = "0.3.9"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2024-02-22 19:27:35 +00:00
dependencies = [
"libc",
2024-10-29 02:42:21 +00:00
"windows-sys 0.52.0",
2024-02-22 19:27:35 +00:00
]
[[package]]
name = "error-code"
2024-10-29 02:42:21 +00:00
version = "3.3.1"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f"
2024-02-22 19:27:35 +00:00
[[package]]
name = "fd-lock"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
dependencies = [
"cfg-if",
"rustix",
2024-10-29 02:42:21 +00:00
"windows-sys 0.52.0",
2024-02-22 19:27:35 +00:00
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2024-10-29 02:42:21 +00:00
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "getrandom"
2024-10-29 02:42:21 +00:00
version = "0.2.15"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2024-02-21 16:04:18 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "hashbrown"
2024-10-29 02:42:21 +00:00
version = "0.15.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
2024-02-21 16:04:18 +00:00
2024-02-23 19:54:34 +00:00
[[package]]
name = "heck"
2024-03-30 16:21:09 +00:00
version = "0.5.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 16:21:09 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2024-02-21 16:04:18 +00:00
2024-02-22 19:27:35 +00:00
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
2024-10-29 02:42:21 +00:00
"windows-sys 0.52.0",
2024-02-22 19:27:35 +00:00
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "indexmap"
2024-10-29 02:42:21 +00:00
version = "2.6.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
2024-02-21 16:04:18 +00:00
dependencies = [
"equivalent",
"hashbrown",
]
[[package]]
name = "itertools"
2024-10-29 02:42:21 +00:00
version = "0.13.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2024-02-21 16:04:18 +00:00
dependencies = [
"either",
]
2024-10-29 02:42:21 +00:00
[[package]]
name = "keccak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
dependencies = [
"cpufeatures",
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "lalrpop"
2024-10-29 02:42:21 +00:00
version = "0.22.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "06093b57658c723a21da679530e061a8c25340fa5a6f98e313b542268c7e2a1f"
2024-02-21 16:04:18 +00:00
dependencies = [
"ascii-canvas",
"bit-set",
"ena",
"itertools",
"lalrpop-util",
"petgraph",
"regex",
2024-03-30 16:21:09 +00:00
"regex-syntax",
2024-10-29 02:42:21 +00:00
"sha3",
2024-02-21 16:04:18 +00:00
"string_cache",
"term",
"unicode-xid",
2024-03-30 16:21:09 +00:00
"walkdir",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "lalrpop-util"
2024-10-29 02:42:21 +00:00
version = "0.22.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "feee752d43abd0f4807a921958ab4131f692a44d4d599733d4419c5d586176ce"
2024-02-21 16:04:18 +00:00
dependencies = [
2024-03-30 16:21:09 +00:00
"regex-automata",
2024-10-29 02:42:21 +00:00
"rustversion",
2024-02-21 16:04:18 +00:00
]
2024-02-23 19:54:34 +00:00
[[package]]
name = "lazy_static"
2024-10-29 02:42:21 +00:00
version = "1.5.0"
2024-02-23 19:54:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-02-23 19:54:34 +00:00
2024-02-21 16:04:18 +00:00
[[package]]
name = "libc"
2024-10-29 02:42:21 +00:00
version = "0.2.161"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
2024-02-21 16:04:18 +00:00
2024-02-22 19:27:35 +00:00
[[package]]
name = "linux-raw-sys"
2024-10-29 02:42:21 +00:00
version = "0.4.14"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2024-02-22 19:27:35 +00:00
2024-02-21 16:04:18 +00:00
[[package]]
name = "lock_api"
2024-10-29 02:42:21 +00:00
version = "0.4.12"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2024-02-21 16:04:18 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-10-29 02:42:21 +00:00
version = "0.4.22"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2024-02-21 16:04:18 +00:00
[[package]]
name = "memchr"
2024-10-29 02:42:21 +00:00
version = "2.7.4"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-02-21 16:04:18 +00:00
[[package]]
name = "new_debug_unreachable"
2024-03-30 16:21:09 +00:00
version = "1.0.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 16:21:09 +00:00
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2024-02-21 16:04:18 +00:00
2024-02-22 19:27:35 +00:00
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
[[package]]
name = "nix"
2024-03-30 16:21:09 +00:00
version = "0.28.0"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 16:21:09 +00:00
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
2024-02-22 19:27:35 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"bitflags",
2024-02-22 19:27:35 +00:00
"cfg-if",
2024-10-29 02:42:21 +00:00
"cfg_aliases 0.1.1",
"libc",
]
[[package]]
name = "nix"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
"bitflags",
"cfg-if",
"cfg_aliases 0.2.1",
2024-02-22 19:27:35 +00:00
"libc",
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "num-complex"
2024-10-29 02:42:21 +00:00
version = "0.4.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2024-02-21 16:04:18 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-rational"
2024-10-29 02:42:21 +00:00
version = "0.4.2"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2024-02-21 16:04:18 +00:00
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-10-29 02:42:21 +00:00
version = "0.2.19"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-02-21 16:04:18 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
2024-10-29 02:42:21 +00:00
version = "1.20.2"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2024-02-21 16:04:18 +00:00
[[package]]
name = "parking_lot"
2024-10-29 02:42:21 +00:00
version = "0.12.3"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2024-02-21 16:04:18 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-10-29 02:42:21 +00:00
version = "0.9.10"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2024-02-21 16:04:18 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-10-29 02:42:21 +00:00
"windows-targets",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "petgraph"
2024-10-29 02:42:21 +00:00
version = "0.6.5"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2024-02-21 16:04:18 +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",
]
2024-02-27 05:18:43 +00:00
[[package]]
name = "ppv-lite86"
2024-10-29 02:42:21 +00:00
version = "0.2.20"
2024-02-27 05:18:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2024-02-27 05:18:43 +00:00
2024-02-21 16:04:18 +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-10-29 02:42:21 +00:00
version = "1.0.89"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
2024-02-21 16:04:18 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-10-29 02:42:21 +00:00
version = "1.0.37"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2024-02-21 16:04:18 +00:00
dependencies = [
"proc-macro2",
]
2024-02-22 19:27:35 +00:00
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
2024-02-27 05:18:43 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "redox_syscall"
2024-10-29 02:42:21 +00:00
version = "0.5.7"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
2024-02-21 16:04:18 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"bitflags",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "regex"
2024-10-29 02:42:21 +00:00
version = "1.11.1"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2024-02-21 16:04:18 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
2024-03-30 16:21:09 +00:00
"regex-syntax",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "regex-automata"
2024-10-29 02:42:21 +00:00
version = "0.4.8"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
2024-02-21 16:04:18 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-03-30 16:21:09 +00:00
"regex-syntax",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "regex-syntax"
2024-10-29 02:42:21 +00:00
version = "0.8.5"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2024-02-21 16:04:18 +00:00
2024-02-22 19:27:35 +00:00
[[package]]
name = "rustix"
2024-10-29 02:42:21 +00:00
version = "0.38.38"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
2024-02-22 19:27:35 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"bitflags",
2024-02-22 19:27:35 +00:00
"errno",
"libc",
"linux-raw-sys",
2024-10-29 02:42:21 +00:00
"windows-sys 0.52.0",
2024-02-22 19:27:35 +00:00
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "rustversion"
2024-10-29 02:42:21 +00:00
version = "1.0.18"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
2024-02-21 16:04:18 +00:00
2024-02-22 19:27:35 +00:00
[[package]]
name = "rustyline"
2024-03-30 16:21:09 +00:00
version = "14.0.0"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 16:21:09 +00:00
checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63"
2024-02-22 19:27:35 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"bitflags",
2024-02-22 19:27:35 +00:00
"cfg-if",
"clipboard-win",
"fd-lock",
"home",
"libc",
"log",
"memchr",
2024-10-29 02:42:21 +00:00
"nix 0.28.0",
2024-02-22 19:27:35 +00:00
"radix_trie",
"unicode-segmentation",
"unicode-width",
"utf8parse",
2024-10-29 02:42:21 +00:00
"windows-sys 0.52.0",
2024-03-30 16:21:09 +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",
2024-02-22 19:27:35 +00:00
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2024-10-29 02:42:21 +00:00
[[package]]
name = "sha3"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
dependencies = [
"digest",
"keccak",
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "smallvec"
2024-03-30 16:21:09 +00:00
version = "1.13.2"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 16:21:09 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2024-02-21 16:04:18 +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",
]
2024-02-23 19:54:34 +00:00
[[package]]
name = "syn"
2024-10-29 02:42:21 +00:00
version = "2.0.85"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
2024-02-21 16:04:18 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "talc-bin"
2024-03-30 16:21:09 +00:00
version = "0.2.0"
2024-02-21 16:04:18 +00:00
dependencies = [
2024-02-22 19:27:35 +00:00
"clap",
2024-02-23 19:54:34 +00:00
"ctrlc",
2024-02-22 19:27:35 +00:00
"rustyline",
2024-02-21 16:04:18 +00:00
"talc-lang",
2024-02-23 19:54:34 +00:00
"talc-std",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "talc-lang"
2024-03-30 16:21:09 +00:00
version = "0.2.0"
2024-02-21 16:04:18 +00:00
dependencies = [
"lalrpop",
"lalrpop-util",
2024-02-23 19:54:34 +00:00
"lazy_static",
2024-02-21 16:04:18 +00:00
"num-complex",
"num-rational",
2024-03-08 00:38:57 +00:00
"num-traits",
2024-02-21 16:04:18 +00:00
"thiserror",
2024-03-30 16:21:09 +00:00
"unicode-ident",
2024-02-21 16:04:18 +00:00
]
2024-02-23 19:54:34 +00:00
[[package]]
name = "talc-macros"
2024-03-30 16:21:09 +00:00
version = "0.2.0"
2024-02-23 19:54:34 +00:00
dependencies = [
"quote",
2024-03-30 16:21:09 +00:00
"syn",
2024-02-23 19:54:34 +00:00
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "talc-std"
2024-03-30 16:21:09 +00:00
version = "0.2.0"
2024-02-23 19:54:34 +00:00
dependencies = [
"lazy_static",
2024-02-27 05:18:43 +00:00
"rand",
2024-03-30 16:21:09 +00:00
"regex",
2024-02-23 19:54:34 +00:00
"talc-lang",
"talc-macros",
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "term"
2024-10-29 02:42:21 +00:00
version = "1.0.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "4df4175de05129f31b80458c6df371a15e7fc3fd367272e6bf938e5c351c7ea0"
2024-02-21 16:04:18 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"home",
"windows-sys 0.52.0",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "thiserror"
2024-10-29 02:42:21 +00:00
version = "1.0.65"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
2024-02-21 16:04:18 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-10-29 02:42:21 +00:00
version = "1.0.65"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
2024-02-21 16:04:18 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-30 16:21:09 +00:00
"syn",
2024-02-21 16:04:18 +00:00
]
[[package]]
2024-10-29 02:42:21 +00:00
name = "typenum"
version = "1.17.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2024-02-21 16:04:18 +00:00
[[package]]
name = "unicode-ident"
2024-10-29 02:42:21 +00:00
version = "1.0.13"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2024-02-21 16:04:18 +00:00
2024-02-22 19:27:35 +00:00
[[package]]
name = "unicode-segmentation"
2024-10-29 02:42:21 +00:00
version = "1.12.0"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2024-02-22 19:27:35 +00:00
[[package]]
name = "unicode-width"
2024-10-29 02:42:21 +00:00
version = "0.1.14"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2024-02-22 19:27:35 +00:00
2024-02-21 16:04:18 +00:00
[[package]]
name = "unicode-xid"
2024-10-29 02:42:21 +00:00
version = "0.2.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2024-02-21 16:04:18 +00:00
2024-02-22 19:27:35 +00:00
[[package]]
name = "utf8parse"
2024-10-29 02:42:21 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "version_check"
version = "0.9.5"
2024-02-22 19:27:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-02-22 19:27:35 +00:00
2024-03-30 16:21:09 +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",
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-03-30 16:21:09 +00:00
[[package]]
name = "winapi-util"
2024-10-29 02:42:21 +00:00
version = "0.1.9"
2024-03-30 16:21:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2024-03-30 16:21:09 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"windows-sys 0.59.0",
2024-03-30 16:21:09 +00:00
]
2024-02-21 16:04:18 +00:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-10-29 02:42:21 +00:00
"windows-targets",
2024-02-21 16:04:18 +00:00
]
[[package]]
2024-10-29 02:42:21 +00:00
name = "windows-sys"
version = "0.59.0"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2024-02-21 16:04:18 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"windows-targets",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "windows-targets"
2024-10-29 02:42:21 +00:00
version = "0.52.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-02-21 16:04:18 +00:00
dependencies = [
2024-10-29 02:42:21 +00:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2024-02-21 16:04:18 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-10-29 02:42:21 +00:00
version = "0.52.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-02-21 16:04:18 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-10-29 02:42:21 +00:00
version = "0.52.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-02-21 16:04:18 +00:00
[[package]]
name = "windows_i686_gnu"
2024-10-29 02:42:21 +00:00
version = "0.52.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-02-21 16:04:18 +00:00
[[package]]
2024-10-29 02:42:21 +00:00
name = "windows_i686_gnullvm"
version = "0.52.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-02-21 16:04:18 +00:00
[[package]]
name = "windows_i686_msvc"
2024-10-29 02:42:21 +00:00
version = "0.52.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-02-21 16:04:18 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-10-29 02:42:21 +00:00
version = "0.52.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-02-21 16:04:18 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-10-29 02:42:21 +00:00
version = "0.52.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-02-21 16:04:18 +00:00
[[package]]
2024-10-29 02:42:21 +00:00
name = "windows_x86_64_msvc"
version = "0.52.6"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-02-21 16:04:18 +00:00
[[package]]
2024-10-29 02:42:21 +00:00
name = "zerocopy"
version = "0.7.35"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive",
]
2024-02-21 16:04:18 +00:00
[[package]]
2024-10-29 02:42:21 +00:00
name = "zerocopy-derive"
version = "0.7.35"
2024-02-21 16:04:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 02:42:21 +00:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]