2023-04-17 07:31:18 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-04-22 17:17:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-06-26 05:18:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2023-08-19 16:24:31 -05:00
|
|
|
version = "0.2.16"
|
2023-06-26 05:18:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 16:24:31 -05:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2023-06-26 05:18:14 -05:00
|
|
|
|
2023-07-11 04:08:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ariadne"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72fe02fc62033df9ba41cba57ee19acf5e742511a140c7dbc3a873e19a19a1bd"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
2023-06-20 19:07:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "beef"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
|
|
|
|
|
2023-07-11 19:16:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
|
|
|
|
2023-04-22 16:06:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-06-20 19:07:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2023-05-09 03:36:37 -05:00
|
|
|
|
2023-04-22 17:17:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2023-06-26 05:18:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"allocator-api2",
|
|
|
|
]
|
|
|
|
|
2023-06-20 19:07:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hbasm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-07-11 04:08:20 -05:00
|
|
|
"ariadne",
|
2023-07-11 19:16:23 -05:00
|
|
|
"bytemuck",
|
2023-06-26 05:18:14 -05:00
|
|
|
"hashbrown 0.14.0",
|
2023-06-20 19:07:48 -05:00
|
|
|
"hbbytecode",
|
|
|
|
"lasso",
|
2023-07-11 19:16:23 -05:00
|
|
|
"literify",
|
2023-06-20 19:07:48 -05:00
|
|
|
"logos",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hbbytecode"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2023-04-17 07:31:18 -05:00
|
|
|
[[package]]
|
2023-05-09 03:47:21 -05:00
|
|
|
name = "hbvm"
|
2023-04-17 07:31:18 -05:00
|
|
|
version = "0.1.0"
|
2023-04-22 16:06:33 -05:00
|
|
|
dependencies = [
|
2023-06-20 19:07:48 -05:00
|
|
|
"hbbytecode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lasso"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4644821e1c3d7a560fe13d842d13f587c07348a1a05d3a797152d41c90c56df2"
|
|
|
|
dependencies = [
|
2023-06-26 05:23:52 -05:00
|
|
|
"ahash",
|
2023-06-26 05:18:14 -05:00
|
|
|
"hashbrown 0.13.2",
|
2023-04-22 16:06:33 -05:00
|
|
|
]
|
|
|
|
|
2023-07-11 19:16:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "literify"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54e4d365df794ed78b4ce1061886f82eae7afa8e3a98ce4c4b0bfd0c777b1175"
|
|
|
|
dependencies = [
|
|
|
|
"litrs",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "litrs"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f17c3668f3cc1132437cdadc93dab05e52d592f06948d3f64828430c36e4a70"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-06-20 19:07:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "logos"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1"
|
|
|
|
dependencies = [
|
|
|
|
"logos-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logos-codegen"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68"
|
|
|
|
dependencies = [
|
|
|
|
"beef",
|
|
|
|
"fnv",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex-syntax",
|
2023-08-19 16:46:47 -05:00
|
|
|
"syn",
|
2023-06-20 19:07:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logos-derive"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e"
|
|
|
|
dependencies = [
|
|
|
|
"logos-codegen",
|
|
|
|
]
|
|
|
|
|
2023-04-22 17:17:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-07-13 04:05:41 -05:00
|
|
|
version = "1.18.0"
|
2023-04-22 17:17:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-13 04:05:41 -05:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2023-04-22 17:17:49 -05:00
|
|
|
|
2023-06-20 19:07:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-08-19 16:24:31 -05:00
|
|
|
version = "1.0.14"
|
2023-06-20 19:07:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 16:24:31 -05:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2023-06-20 19:07:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-08-19 16:24:31 -05:00
|
|
|
version = "1.0.66"
|
2023-06-20 19:07:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 16:24:31 -05:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2023-06-20 19:07:48 -05:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-19 16:24:31 -05:00
|
|
|
version = "1.0.33"
|
2023-06-20 19:07:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 16:24:31 -05:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-06-20 19:07:48 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2023-06-24 17:16:14 -05:00
|
|
|
[[package]]
|
2023-06-20 19:07:48 -05:00
|
|
|
name = "syn"
|
2023-08-19 16:24:31 -05:00
|
|
|
version = "2.0.29"
|
2023-06-20 19:07:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 16:24:31 -05:00
|
|
|
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
|
2023-06-20 19:07:48 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-08-19 16:24:31 -05:00
|
|
|
version = "1.0.11"
|
2023-06-20 19:07:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 16:24:31 -05:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2023-06-20 19:07:48 -05:00
|
|
|
|
2023-07-11 04:08:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
2023-04-22 17:17:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2023-07-11 04:08:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|