dust/Cargo.lock

201 lines
5.2 KiB
Plaintext
Raw Normal View History

2023-10-05 13:25:09 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
2024-02-23 12:40:01 +00:00
name = "ahash"
version = "0.8.9"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
2023-10-05 13:25:09 +00:00
dependencies = [
"cfg-if",
2024-02-23 12:40:01 +00:00
"once_cell",
"version_check",
"zerocopy",
2023-10-05 13:25:09 +00:00
]
[[package]]
2024-02-23 12:40:01 +00:00
name = "allocator-api2"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
[[package]]
2024-02-23 12:40:01 +00:00
name = "ariadne"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "dd002a6223f12c7a95cdd4b1cb3a0149d22d37f7a9ecdb2cb691a071fe236c29"
dependencies = [
2024-02-23 12:40:01 +00:00
"unicode-width",
"yansi",
]
2023-10-05 13:25:09 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "cc"
version = "1.0.86"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "7f9fa1897e4325be0d68d48df6aa1a71ac2ed4d27723887e7754192705350730"
2023-10-05 13:25:09 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "cfg-if"
version = "1.0.0"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-10-05 13:25:09 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "chumsky"
version = "0.9.3"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9"
2023-10-05 13:25:09 +00:00
dependencies = [
2024-02-23 12:40:01 +00:00
"hashbrown",
"stacker",
2023-10-05 13:25:09 +00:00
]
[[package]]
2024-02-23 12:40:01 +00:00
name = "dust-lang"
version = "0.5.0"
2023-10-05 13:25:09 +00:00
dependencies = [
2024-02-23 12:40:01 +00:00
"ariadne",
"chumsky",
2023-10-05 13:25:09 +00:00
]
[[package]]
2024-02-23 12:40:01 +00:00
name = "hashbrown"
version = "0.14.3"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-10-05 13:25:09 +00:00
dependencies = [
2024-02-23 12:40:01 +00:00
"ahash",
"allocator-api2",
2023-10-05 13:25:09 +00:00
]
[[package]]
2024-02-23 12:40:01 +00:00
name = "libc"
version = "0.2.153"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2023-10-05 13:25:09 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "once_cell"
version = "1.19.0"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-10-05 13:25:09 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "proc-macro2"
version = "1.0.78"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
2023-10-05 13:25:09 +00:00
dependencies = [
2024-02-23 12:40:01 +00:00
"unicode-ident",
2023-10-05 13:25:09 +00:00
]
[[package]]
2024-02-23 12:40:01 +00:00
name = "psm"
version = "0.1.21"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
2023-10-05 13:25:09 +00:00
dependencies = [
2024-02-23 12:40:01 +00:00
"cc",
2023-10-05 13:25:09 +00:00
]
[[package]]
2024-02-23 12:40:01 +00:00
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
2024-02-23 12:40:01 +00:00
"proc-macro2",
2023-10-05 13:25:09 +00:00
]
[[package]]
2024-02-23 12:40:01 +00:00
name = "stacker"
version = "0.1.15"
2024-01-01 00:46:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
2024-01-01 00:46:23 +00:00
dependencies = [
2024-01-30 18:43:18 +00:00
"cc",
2024-02-23 12:40:01 +00:00
"cfg-if",
"libc",
"psm",
"winapi",
2024-01-01 00:46:23 +00:00
]
2024-01-30 18:43:18 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "syn"
version = "2.0.50"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-10-05 13:25:09 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-width"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2023-10-05 13:25:09 +00:00
[[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"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
2024-02-23 12:40:01 +00:00
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]]
name = "zerocopy"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
2024-01-30 18:43:18 +00:00
"syn",
]