2024-03-10 08:51:30 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.11"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.1.3"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"memchr",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.82"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "cc"
|
|
|
|
version = "1.0.94"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7"
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-16 18:27:14 -05:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-16 18:27:14 -05:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.14"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-16 18:27:14 -05:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.3"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-16 18:27:14 -05:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "html"
|
|
|
|
version = "0.1.0"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"inkjet",
|
|
|
|
"v_htmlescape",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-16 18:27:14 -05:00
|
|
|
name = "indexmap"
|
2024-04-28 17:06:53 -05:00
|
|
|
version = "2.2.6"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-03-16 18:27:14 -05:00
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "inkjet"
|
|
|
|
version = "0.10.4"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "b44a14d77fc5879e5137be9beee1401ca24038be727ca1b4b68bc81705f98b40"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"anyhow",
|
|
|
|
"cc",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"toml 0.7.8",
|
|
|
|
"toml 0.8.12",
|
|
|
|
"tree-sitter",
|
|
|
|
"tree-sitter-highlight",
|
|
|
|
"v_htmlescape",
|
|
|
|
]
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-16 18:27:14 -05:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.153"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-16 18:27:14 -05:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-16 18:27:14 -05:00
|
|
|
name = "memchr"
|
2024-04-28 17:06:53 -05:00
|
|
|
version = "2.7.2"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-16 18:27:14 -05:00
|
|
|
name = "once_cell"
|
|
|
|
version = "1.19.0"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-16 18:27:14 -05:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.81"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"unicode-ident",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.36"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-03-16 18:27:14 -05:00
|
|
|
"proc-macro2",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "regex"
|
|
|
|
version = "1.10.4"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.4.6"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.3"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-04-28 17:06:53 -05:00
|
|
|
version = "1.0.198"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-04-28 17:06:53 -05:00
|
|
|
version = "1.0.198"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-16 18:27:14 -05:00
|
|
|
"syn",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-04-28 17:06:53 -05:00
|
|
|
version = "2.0.60"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-04-28 17:06:53 -05:00
|
|
|
version = "1.0.58"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-04-28 17:06:53 -05:00
|
|
|
version = "1.0.58"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-16 18:27:14 -05:00
|
|
|
"syn",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-04-28 17:06:53 -05:00
|
|
|
version = "0.7.8"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-04-28 17:06:53 -05:00
|
|
|
"toml_edit 0.19.15",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit 0.22.12",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-04-28 17:06:53 -05:00
|
|
|
version = "0.19.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow 0.5.40",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.22.12"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-04-28 17:06:53 -05:00
|
|
|
"winnow 0.6.6",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "tree-sitter"
|
|
|
|
version = "0.20.10"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "e747b1f9b7b931ed39a548c1fae149101497de3c1fc8d9e18c62c1a66c683d3d"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"regex",
|
|
|
|
]
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "tree-sitter-highlight"
|
|
|
|
version = "0.20.1"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "042342584c5a7a0b833d9fc4e2bdab3f9868ddc6c4b339a1e01451c6720868bc"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"thiserror",
|
|
|
|
"tree-sitter",
|
|
|
|
]
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
2024-04-28 17:06:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "v_htmlescape"
|
|
|
|
version = "0.15.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
|
|
|
|
|
2024-03-10 08:51:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.40"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"memchr",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "winnow"
|
|
|
|
version = "0.6.6"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "f0c976aaaa0e1f90dbb21e9587cdaf1d9679a1cde8875c0d6bd83ab96a208352"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"memchr",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.32"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
2024-03-10 08:51:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 17:06:53 -05:00
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.32"
|
2024-03-10 08:51:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 17:06:53 -05:00
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2024-03-10 08:51:30 -05:00
|
|
|
dependencies = [
|
2024-04-28 17:06:53 -05:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2024-03-10 08:51:30 -05:00
|
|
|
]
|