1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00
bobbylisp/Cargo.lock

129 lines
3 KiB
Plaintext
Raw Normal View History

2022-03-11 18:21:48 -06:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ahash"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
dependencies = [
"const-random",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chumsky"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d02796e4586c6c41aeb68eae9bfb4558a522c35f1430c14b40136c3706e09e4"
dependencies = [
"ahash",
]
[[package]]
name = "codegen"
version = "0.1.0"
dependencies = [
2022-05-03 12:48:43 -05:00
"syntax",
2022-03-11 18:21:48 -06:00
]
[[package]]
name = "const-random"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f590d95d011aa80b063ffe3253422ed5aa462af4e9867d43ce8337562bac77c4"
dependencies = [
"const-random-macro",
"proc-macro-hack",
]
[[package]]
name = "const-random-macro"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "615f6e27d000a2bffbc7f2f6a8669179378fa27ee4d0a509e985dfc0a7defb40"
dependencies = [
"getrandom",
"lazy_static",
"proc-macro-hack",
"tiny-keccak",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "getrandom"
2022-05-03 12:48:43 -05:00
version = "0.2.6"
2022-03-11 18:21:48 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-03 12:48:43 -05:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2022-03-11 18:21:48 -06:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
2022-05-03 12:48:43 -05:00
name = "hzc"
2022-03-11 18:21:48 -06:00
version = "0.1.0"
dependencies = [
2022-05-03 12:48:43 -05:00
"codegen",
"syntax",
2022-03-11 18:21:48 -06:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2022-05-03 12:48:43 -05:00
version = "0.2.124"
2022-03-11 18:21:48 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-03 12:48:43 -05:00
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
2022-03-11 18:21:48 -06:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
2022-05-03 12:48:43 -05:00
name = "syntax"
version = "0.1.0"
2022-03-11 18:21:48 -06:00
dependencies = [
2022-05-03 12:48:43 -05:00
"chumsky",
2022-03-11 18:21:48 -06:00
]
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
[[package]]
2022-05-03 12:48:43 -05:00
name = "transformer"
2022-03-23 00:45:35 -05:00
version = "0.1.0"
dependencies = [
2022-05-03 12:48:43 -05:00
"syntax",
2022-03-23 00:45:35 -05:00
]
2022-03-11 18:21:48 -06:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"