Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hercules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
Hercules
Commits
ea2b5119
Commit
ea2b5119
authored
1 month ago
by
Xavier Routh
Browse files
Options
Downloads
Patches
Plain Diff
fix nom version
parent
70027610
No related branches found
No related tags found
1 merge request
!167
fix nom version
Pipeline
#201590
passed
1 month ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+265
-116
265 additions, 116 deletions
Cargo.lock
hercules_ir/Cargo.toml
+1
-1
1 addition, 1 deletion
hercules_ir/Cargo.toml
with
266 additions
and
117 deletions
Cargo.lock
+
265
−
116
View file @
ea2b5119
...
@@ -10,9 +10,9 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
...
@@ -10,9 +10,9 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
[[package]]
name = "aho-corasick"
name = "aho-corasick"
version = "
1.1.3
"
version = "
0.7.15
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
"
checksum = "
7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5
"
dependencies = [
dependencies = [
"memchr",
"memchr",
]
]
...
@@ -93,9 +93,15 @@ checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
...
@@ -93,9 +93,15 @@ checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
[[package]]
name = "arrayvec"
name = "arrayvec"
version = "0.7.6"
version = "0.7.6"
...
@@ -243,9 +249,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -243,9 +249,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arrayvec",
"arrayvec
0.7.6
",
"log",
"log",
"nom",
"nom
7.1.3
",
"num-rational",
"num-rational",
"v_frame",
"v_frame",
]
]
...
@@ -256,7 +262,7 @@ version = "0.8.2"
...
@@ -256,7 +262,7 @@ version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
dependencies = [
dependencies = [
"arrayvec",
"arrayvec
0.7.6
",
]
]
[[package]]
[[package]]
...
@@ -298,16 +304,28 @@ version = "2.6.0"
...
@@ -298,16 +304,28 @@ version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
[[package]]
name = "bitvec"
version = "0.19.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
dependencies = [
"funty 1.1.0",
"radium 0.5.3",
"tap",
"wyz 0.2.0",
]
[[package]]
[[package]]
name = "bitvec"
name = "bitvec"
version = "1.0.1"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
dependencies = [
"funty",
"funty
2.0.0
",
"radium",
"radium
0.7.0
",
"tap",
"tap",
"wyz",
"wyz
0.5.1
",
]
]
[[package]]
[[package]]
...
@@ -325,15 +343,15 @@ dependencies = [
...
@@ -325,15 +343,15 @@ dependencies = [
[[package]]
[[package]]
name = "built"
name = "built"
version = "0.7.
5
"
version = "0.7.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b
"
checksum = "
73848a43c5d63a1251d17adf6c2bf78aa94830e60a335a95eeea45d6ba9e1e4d
"
[[package]]
[[package]]
name = "bumpalo"
name = "bumpalo"
version = "3.1
6
.0"
version = "3.1
7
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c
"
checksum = "
1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf
"
[[package]]
[[package]]
name = "bytemuck"
name = "bytemuck"
...
@@ -366,15 +384,15 @@ dependencies = [
...
@@ -366,15 +384,15 @@ dependencies = [
"async-std",
"async-std",
"hercules_rt",
"hercules_rt",
"juno_build",
"juno_build",
"rand",
"rand
0.9.0
",
"with_builtin_macros",
"with_builtin_macros",
]
]
[[package]]
[[package]]
name = "cc"
name = "cc"
version = "1.2.1
0
"
version = "1.2.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229
"
checksum = "
c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda
"
dependencies = [
dependencies = [
"jobserver",
"jobserver",
"libc",
"libc",
...
@@ -388,7 +406,7 @@ dependencies = [
...
@@ -388,7 +406,7 @@ dependencies = [
"async-std",
"async-std",
"hercules_rt",
"hercules_rt",
"juno_build",
"juno_build",
"rand",
"rand
0.9.0
",
"with_builtin_macros",
"with_builtin_macros",
]
]
...
@@ -410,9 +428,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
...
@@ -410,9 +428,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
[[package]]
name = "cfgrammar"
name = "cfgrammar"
version = "0.13.
8
"
version = "0.13.
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
6d621f687a04efa1f269f1cd13d8cfea9660852bdb3d1cd2c3c9fb6fdd34daf2
"
checksum = "
b95b4e8ace711eb46b3a69e338e4450b2f5a1cdad861aab111eafe1971ee1b10
"
dependencies = [
dependencies = [
"indexmap",
"indexmap",
"lazy_static",
"lazy_static",
...
@@ -445,9 +463,9 @@ dependencies = [
...
@@ -445,9 +463,9 @@ dependencies = [
[[package]]
[[package]]
name = "clap"
name = "clap"
version = "4.5.2
7
"
version = "4.5.2
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796
"
checksum = "
8acebd8ad879283633b343856142139f2da2317c96b05b4dd6181c61e2480184
"
dependencies = [
dependencies = [
"clap_builder",
"clap_builder",
"clap_derive",
"clap_derive",
...
@@ -455,9 +473,9 @@ dependencies = [
...
@@ -455,9 +473,9 @@ dependencies = [
[[package]]
[[package]]
name = "clap_builder"
name = "clap_builder"
version = "4.5.2
7
"
version = "4.5.2
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7
"
checksum = "
f6ba32cbda51c7e1dfd49acc1457ba1a7dec5b64fe360e828acb13ca8dc9c2f9
"
dependencies = [
dependencies = [
"anstream",
"anstream",
"anstyle",
"anstyle",
...
@@ -467,14 +485,14 @@ dependencies = [
...
@@ -467,14 +485,14 @@ dependencies = [
[[package]]
[[package]]
name = "clap_derive"
name = "clap_derive"
version = "4.5.2
4
"
version = "4.5.2
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c
"
checksum = "
bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed
"
dependencies = [
dependencies = [
"heck",
"heck
0.5.0
",
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -567,22 +585,22 @@ dependencies = [
...
@@ -567,22 +585,22 @@ dependencies = [
[[package]]
[[package]]
name = "derive_more"
name = "derive_more"
version = "
1
.0.
0
"
version = "
2
.0.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05
"
checksum = "
093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678
"
dependencies = [
dependencies = [
"derive_more-impl",
"derive_more-impl",
]
]
[[package]]
[[package]]
name = "derive_more-impl"
name = "derive_more-impl"
version = "
1
.0.
0
"
version = "
2
.0.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22
"
checksum = "
bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3
"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -593,7 +611,7 @@ dependencies = [
...
@@ -593,7 +611,7 @@ dependencies = [
"clap",
"clap",
"hercules_rt",
"hercules_rt",
"juno_build",
"juno_build",
"rand",
"rand
0.9.0
",
"with_builtin_macros",
"with_builtin_macros",
]
]
...
@@ -687,7 +705,7 @@ dependencies = [
...
@@ -687,7 +705,7 @@ dependencies = [
"clap",
"clap",
"hercules_rt",
"hercules_rt",
"juno_build",
"juno_build",
"rand",
"rand
0.9.0
",
"with_builtin_macros",
"with_builtin_macros",
]
]
...
@@ -734,6 +752,12 @@ version = "1.0.7"
...
@@ -734,6 +752,12 @@ version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "funty"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
[[package]]
[[package]]
name = "funty"
name = "funty"
version = "2.0.0"
version = "2.0.0"
...
@@ -791,7 +815,19 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
...
@@ -791,7 +815,19 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
dependencies = [
"cfg-if",
"cfg-if",
"libc",
"libc",
"wasi",
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
dependencies = [
"cfg-if",
"libc",
"wasi 0.13.3+wasi-0.2.2",
"windows-targets 0.52.6",
]
]
[[package]]
[[package]]
...
@@ -861,6 +897,12 @@ dependencies = [
...
@@ -861,6 +897,12 @@ dependencies = [
"stable_deref_trait",
"stable_deref_trait",
]
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
[[package]]
name = "heck"
name = "heck"
version = "0.5.0"
version = "0.5.0"
...
@@ -871,10 +913,10 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
...
@@ -871,10 +913,10 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
name = "hercules_cg"
name = "hercules_cg"
version = "0.1.0"
version = "0.1.0"
dependencies = [
dependencies = [
"bitvec",
"bitvec
1.0.1
",
"hercules_ir",
"hercules_ir",
"ordered-float",
"ordered-float",
"rand",
"rand
0.9.0
",
"serde",
"serde",
]
]
...
@@ -882,7 +924,7 @@ dependencies = [
...
@@ -882,7 +924,7 @@ dependencies = [
name = "hercules_interpreter"
name = "hercules_interpreter"
version = "0.1.0"
version = "0.1.0"
dependencies = [
dependencies = [
"bitvec",
"bitvec
1.0.1
",
"clap",
"clap",
"derive_more",
"derive_more",
"hercules_ir",
"hercules_ir",
...
@@ -891,7 +933,7 @@ dependencies = [
...
@@ -891,7 +933,7 @@ dependencies = [
"juno_scheduler",
"juno_scheduler",
"ordered-float",
"ordered-float",
"postcard",
"postcard",
"rand",
"rand
0.9.0
",
"serde",
"serde",
]
]
...
@@ -899,11 +941,11 @@ dependencies = [
...
@@ -899,11 +941,11 @@ dependencies = [
name = "hercules_ir"
name = "hercules_ir"
version = "0.1.0"
version = "0.1.0"
dependencies = [
dependencies = [
"bitvec",
"bitvec
1.0.1
",
"either",
"either",
"nom",
"nom
6.2.2
",
"ordered-float",
"ordered-float",
"rand",
"rand
0.9.0
",
"serde",
"serde",
]
]
...
@@ -912,7 +954,7 @@ name = "hercules_opt"
...
@@ -912,7 +954,7 @@ name = "hercules_opt"
version = "0.1.0"
version = "0.1.0"
dependencies = [
dependencies = [
"bimap",
"bimap",
"bitvec",
"bitvec
1.0.1
",
"either",
"either",
"hercules_cg",
"hercules_cg",
"hercules_ir",
"hercules_ir",
...
@@ -935,7 +977,7 @@ version = "0.1.0"
...
@@ -935,7 +977,7 @@ version = "0.1.0"
name = "hercules_tests"
name = "hercules_tests"
version = "0.1.0"
version = "0.1.0"
dependencies = [
dependencies = [
"bitvec",
"bitvec
1.0.1
",
"clap",
"clap",
"hercules_interpreter",
"hercules_interpreter",
"hercules_ir",
"hercules_ir",
...
@@ -943,7 +985,7 @@ dependencies = [
...
@@ -943,7 +985,7 @@ dependencies = [
"itertools 0.14.0",
"itertools 0.14.0",
"juno_scheduler",
"juno_scheduler",
"ordered-float",
"ordered-float",
"rand",
"rand
0.9.0
",
]
]
[[package]]
[[package]]
...
@@ -1009,7 +1051,7 @@ checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
...
@@ -1009,7 +1051,7 @@ checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -1185,7 +1227,7 @@ dependencies = [
...
@@ -1185,7 +1227,7 @@ dependencies = [
"async-std",
"async-std",
"hercules_rt",
"hercules_rt",
"juno_build",
"juno_build",
"rand",
"rand
0.9.0
",
"with_builtin_macros",
"with_builtin_macros",
]
]
...
@@ -1226,7 +1268,7 @@ dependencies = [
...
@@ -1226,7 +1268,7 @@ dependencies = [
"async-std",
"async-std",
"hercules_rt",
"hercules_rt",
"juno_build",
"juno_build",
"rand",
"rand
0.9.0
",
"with_builtin_macros",
"with_builtin_macros",
]
]
...
@@ -1244,7 +1286,7 @@ dependencies = [
...
@@ -1244,7 +1286,7 @@ dependencies = [
"postcard",
"postcard",
"prettyplease",
"prettyplease",
"serde",
"serde",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
"tempfile",
"tempfile",
]
]
...
@@ -1286,6 +1328,19 @@ version = "0.5.2"
...
@@ -1286,6 +1328,19 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "lexical-core"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
dependencies = [
"arrayvec 0.5.2",
"bitflags 1.3.2",
"cfg-if",
"ryu",
"static_assertions",
]
[[package]]
[[package]]
name = "libc"
name = "libc"
version = "0.2.169"
version = "0.2.169"
...
@@ -1359,9 +1414,9 @@ dependencies = [
...
@@ -1359,9 +1414,9 @@ dependencies = [
[[package]]
[[package]]
name = "lrlex"
name = "lrlex"
version = "0.13.
8
"
version = "0.13.
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
6fe1e8741f737ba4b6d781f716051df6375ff0488d57ee23822a2cdba1c3dc7a
"
checksum = "
5646a6ce0178e6899a55a2cf2f6be23001a25753dcf217b551c59d6edbfdb521
"
dependencies = [
dependencies = [
"cfgrammar",
"cfgrammar",
"getopts",
"getopts",
...
@@ -1370,16 +1425,16 @@ dependencies = [
...
@@ -1370,16 +1425,16 @@ dependencies = [
"num-traits",
"num-traits",
"quote",
"quote",
"regex",
"regex",
"regex-syntax",
"regex-syntax
0.8.5
",
"serde",
"serde",
"vergen",
"vergen",
]
]
[[package]]
[[package]]
name = "lrpar"
name = "lrpar"
version = "0.13.
8
"
version = "0.13.
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
19c61bcff4c1dd2deb9567ea868237828a8cd179c3f64106f6726656e372421d
"
checksum = "
dece64f3884b05f993b5af31ef431111a2fb0992f5c0e9564a5ad36e85acf152
"
dependencies = [
dependencies = [
"bincode",
"bincode",
"cactus",
"cactus",
...
@@ -1399,9 +1454,9 @@ dependencies = [
...
@@ -1399,9 +1454,9 @@ dependencies = [
[[package]]
[[package]]
name = "lrtable"
name = "lrtable"
version = "0.13.
8
"
version = "0.13.
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
49e35162de3a5d91b380f8ebb31fc6c5e9a4618276465df4725ff1f88613312b
"
checksum = "
b37c8c21f0f992f2626b054e924237de58e04c197b1d385f3195dd010baa0ec0
"
dependencies = [
dependencies = [
"cfgrammar",
"cfgrammar",
"fnv",
"fnv",
...
@@ -1419,7 +1474,7 @@ dependencies = [
...
@@ -1419,7 +1474,7 @@ dependencies = [
"clap",
"clap",
"hercules_rt",
"hercules_rt",
"juno_build",
"juno_build",
"rand",
"rand
0.9.0
",
"with_builtin_macros",
"with_builtin_macros",
]
]
...
@@ -1435,9 +1490,9 @@ dependencies = [
...
@@ -1435,9 +1490,9 @@ dependencies = [
[[package]]
[[package]]
name = "memchr"
name = "memchr"
version = "2.
7
.4"
version = "2.
3
.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3
"
checksum = "
0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525
"
[[package]]
[[package]]
name = "minimal-lexical"
name = "minimal-lexical"
...
@@ -1447,9 +1502,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
...
@@ -1447,9 +1502,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
[[package]]
name = "miniz_oxide"
name = "miniz_oxide"
version = "0.8.
3
"
version = "0.8.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b
8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924
"
checksum = "b
3b1c9bd4fe1f0f8b387f6eb9eb3b4a1aa26185e5750efb9140301703f62cd1b
"
dependencies = [
dependencies = [
"adler2",
"adler2",
"simd-adler32",
"simd-adler32",
...
@@ -1464,7 +1519,7 @@ dependencies = [
...
@@ -1464,7 +1519,7 @@ dependencies = [
"proc-macro-error",
"proc-macro-error",
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -1473,6 +1528,19 @@ version = "1.0.6"
...
@@ -1473,6 +1528,19 @@ version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
[[package]]
name = "nom"
version = "6.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6a7a9657c84d5814c6196b68bb4429df09c18b1573806259fba397ea4ad0d44"
dependencies = [
"bitvec 0.19.6",
"funty 1.1.0",
"lexical-core",
"memchr",
"version_check",
]
[[package]]
[[package]]
name = "nom"
name = "nom"
version = "7.1.3"
version = "7.1.3"
...
@@ -1513,7 +1581,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
...
@@ -1513,7 +1581,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -1556,9 +1624,9 @@ dependencies = [
...
@@ -1556,9 +1624,9 @@ dependencies = [
[[package]]
[[package]]
name = "once_cell"
name = "once_cell"
version = "1.20.
2
"
version = "1.20.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775
"
checksum = "
945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e
"
[[package]]
[[package]]
name = "opencv"
name = "opencv"
...
@@ -1602,7 +1670,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -1602,7 +1670,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
dependencies = [
dependencies = [
"num-traits",
"num-traits",
"rand",
"rand
0.8.5
",
"serde",
"serde",
]
]
...
@@ -1651,7 +1719,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -1651,7 +1719,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
dependencies = [
dependencies = [
"phf_shared",
"phf_shared",
"rand",
"rand
0.8.5
",
]
]
[[package]]
[[package]]
...
@@ -1664,7 +1732,7 @@ dependencies = [
...
@@ -1664,7 +1732,7 @@ dependencies = [
"phf_shared",
"phf_shared",
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -1758,7 +1826,7 @@ version = "0.2.20"
...
@@ -1758,7 +1826,7 @@ version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
dependencies = [
"zerocopy",
"zerocopy
0.7.35
",
]
]
[[package]]
[[package]]
...
@@ -1768,7 +1836,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -1768,7 +1836,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -1820,7 +1888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -1820,7 +1888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
dependencies = [
dependencies = [
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -1847,6 +1915,12 @@ dependencies = [
...
@@ -1847,6 +1915,12 @@ dependencies = [
"proc-macro2",
"proc-macro2",
]
]
[[package]]
name = "radium"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
[[package]]
[[package]]
name = "radium"
name = "radium"
version = "0.7.0"
version = "0.7.0"
...
@@ -1860,11 +1934,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -1860,11 +1934,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
dependencies = [
"libc",
"libc",
"rand_chacha",
"rand_chacha
0.3.1
",
"rand_core",
"rand_core
0.6.4
",
"serde",
"serde",
]
]
[[package]]
name = "rand"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.0",
"zerocopy 0.8.17",
]
[[package]]
[[package]]
name = "rand_chacha"
name = "rand_chacha"
version = "0.3.1"
version = "0.3.1"
...
@@ -1872,7 +1957,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -1872,7 +1957,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
dependencies = [
"ppv-lite86",
"ppv-lite86",
"rand_core",
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [
"ppv-lite86",
"rand_core 0.9.0",
]
]
[[package]]
[[package]]
...
@@ -1881,10 +1976,20 @@ version = "0.6.4"
...
@@ -1881,10 +1976,20 @@ version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
dependencies = [
"getrandom",
"getrandom
0.2.15
",
"serde",
"serde",
]
]
[[package]]
name = "rand_core"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
dependencies = [
"getrandom 0.3.1",
"zerocopy 0.8.17",
]
[[package]]
[[package]]
name = "rav1e"
name = "rav1e"
version = "0.7.1"
version = "0.7.1"
...
@@ -1893,7 +1998,7 @@ checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
...
@@ -1893,7 +1998,7 @@ checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
dependencies = [
dependencies = [
"arbitrary",
"arbitrary",
"arg_enum_proc_macro",
"arg_enum_proc_macro",
"arrayvec",
"arrayvec
0.7.6
",
"av1-grain",
"av1-grain",
"bitstream-io",
"bitstream-io",
"built",
"built",
...
@@ -1911,8 +2016,8 @@ dependencies = [
...
@@ -1911,8 +2016,8 @@ dependencies = [
"once_cell",
"once_cell",
"paste",
"paste",
"profiling",
"profiling",
"rand",
"rand
0.8.5
",
"rand_chacha",
"rand_chacha
0.3.1
",
"simd_helpers",
"simd_helpers",
"system-deps",
"system-deps",
"thiserror",
"thiserror",
...
@@ -1966,26 +2071,20 @@ dependencies = [
...
@@ -1966,26 +2071,20 @@ dependencies = [
[[package]]
[[package]]
name = "regex"
name = "regex"
version = "1.
11.1
"
version = "1.
4.6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191
"
checksum = "
2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759
"
dependencies = [
dependencies = [
"aho-corasick",
"aho-corasick",
"memchr",
"memchr",
"regex-automata",
"regex-syntax 0.6.29",
"regex-syntax",
]
]
[[package]]
[[package]]
name = "regex-
automa
ta"
name = "regex-
syn
ta
x
"
version = "0.
4.
9"
version = "0.
6.2
9"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
[[package]]
name = "regex-syntax"
name = "regex-syntax"
...
@@ -2027,6 +2126,12 @@ version = "1.0.19"
...
@@ -2027,6 +2126,12 @@ version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
[[package]]
name = "ryu"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
[[package]]
[[package]]
name = "scopeguard"
name = "scopeguard"
version = "1.2.0"
version = "1.2.0"
...
@@ -2056,7 +2161,7 @@ checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
...
@@ -2056,7 +2161,7 @@ checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -2171,9 +2276,9 @@ dependencies = [
...
@@ -2171,9 +2276,9 @@ dependencies = [
[[package]]
[[package]]
name = "syn"
name = "syn"
version = "2.0.9
6
"
version = "2.0.9
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80
"
checksum = "
36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1
"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
...
@@ -2182,12 +2287,12 @@ dependencies = [
...
@@ -2182,12 +2287,12 @@ dependencies = [
[[package]]
[[package]]
name = "system-deps"
name = "system-deps"
version = "6.
2.2
"
version = "6.
1.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349
"
checksum = "
30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3
"
dependencies = [
dependencies = [
"cfg-expr",
"cfg-expr",
"heck",
"heck
0.4.1
",
"pkg-config",
"pkg-config",
"toml",
"toml",
"version-compare",
"version-compare",
...
@@ -2213,13 +2318,13 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
...
@@ -2213,13 +2318,13 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
[[package]]
name = "tempfile"
name = "tempfile"
version = "3.1
5
.0"
version = "3.1
6
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704
"
checksum = "
38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91
"
dependencies = [
dependencies = [
"cfg-if",
"cfg-if",
"fastrand",
"fastrand",
"getrandom",
"getrandom
0.3.1
",
"once_cell",
"once_cell",
"rustix",
"rustix",
"windows-sys",
"windows-sys",
...
@@ -2242,7 +2347,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
...
@@ -2242,7 +2347,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -2291,9 +2396,9 @@ dependencies = [
...
@@ -2291,9 +2396,9 @@ dependencies = [
[[package]]
[[package]]
name = "toml"
name = "toml"
version = "0.
8.19
"
version = "0.
7.6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e
"
checksum = "
c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542
"
dependencies = [
dependencies = [
"serde",
"serde",
"serde_spanned",
"serde_spanned",
...
@@ -2312,9 +2417,9 @@ dependencies = [
...
@@ -2312,9 +2417,9 @@ dependencies = [
[[package]]
[[package]]
name = "toml_edit"
name = "toml_edit"
version = "0.
22.23
"
version = "0.
19.12
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee
"
checksum = "
c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78
"
dependencies = [
dependencies = [
"indexmap",
"indexmap",
"serde",
"serde",
...
@@ -2341,9 +2446,9 @@ checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
...
@@ -2341,9 +2446,9 @@ checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
[[package]]
[[package]]
name = "unicode-ident"
name = "unicode-ident"
version = "1.0.1
5
"
version = "1.0.1
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243
"
checksum = "
a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034
"
[[package]]
[[package]]
name = "unicode-width"
name = "unicode-width"
...
@@ -2399,9 +2504,9 @@ dependencies = [
...
@@ -2399,9 +2504,9 @@ dependencies = [
[[package]]
[[package]]
name = "version-compare"
name = "version-compare"
version = "0.
2.0
"
version = "0.
1.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b
"
checksum = "
579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29
"
[[package]]
[[package]]
name = "version_check"
name = "version_check"
...
@@ -2426,6 +2531,15 @@ version = "0.11.0+wasi-snapshot-preview1"
...
@@ -2426,6 +2531,15 @@ version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasi"
version = "0.13.3+wasi-0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
dependencies = [
"wit-bindgen-rt",
]
[[package]]
[[package]]
name = "wasm-bindgen"
name = "wasm-bindgen"
version = "0.2.100"
version = "0.2.100"
...
@@ -2448,7 +2562,7 @@ dependencies = [
...
@@ -2448,7 +2562,7 @@ dependencies = [
"log",
"log",
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
"wasm-bindgen-shared",
"wasm-bindgen-shared",
]
]
...
@@ -2483,7 +2597,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
...
@@ -2483,7 +2597,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
"wasm-bindgen-backend",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
"wasm-bindgen-shared",
]
]
...
@@ -2544,7 +2658,7 @@ checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
...
@@ -2544,7 +2658,7 @@ checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -2555,7 +2669,7 @@ checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
...
@@ -2555,7 +2669,7 @@ checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.9
6
",
"syn 2.0.9
8
",
]
]
[[package]]
[[package]]
...
@@ -2715,13 +2829,22 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
...
@@ -2715,13 +2829,22 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
[[package]]
name = "winnow"
name = "winnow"
version = "0.
7.0
"
version = "0.
4.7
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7e49d2d35d3fad69b39b94139037ecfb4f359f08958b9c11e7315ce770462419
"
checksum = "
ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448
"
dependencies = [
dependencies = [
"memchr",
"memchr",
]
]
[[package]]
name = "wit-bindgen-rt"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
dependencies = [
"bitflags 2.8.0",
]
[[package]]
[[package]]
name = "with_builtin_macros"
name = "with_builtin_macros"
version = "0.1.0"
version = "0.1.0"
...
@@ -2742,6 +2865,12 @@ dependencies = [
...
@@ -2742,6 +2865,12 @@ dependencies = [
"syn 1.0.109",
"syn 1.0.109",
]
]
[[package]]
name = "wyz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
[[package]]
[[package]]
name = "wyz"
name = "wyz"
version = "0.5.1"
version = "0.5.1"
...
@@ -2758,7 +2887,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -2758,7 +2887,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
dependencies = [
"byteorder",
"byteorder",
"zerocopy-derive",
"zerocopy-derive 0.7.35",
]
[[package]]
name = "zerocopy"
version = "0.8.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa91407dacce3a68c56de03abe2760159582b846c6a4acd2f456618087f12713"
dependencies = [
"zerocopy-derive 0.8.17",
]
]
[[package]]
[[package]]
...
@@ -2769,7 +2907,18 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
...
@@ -2769,7 +2907,18 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.96",
"syn 2.0.98",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06718a168365cad3d5ff0bb133aad346959a2074bd4a85c121255a11304a8626"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.98",
]
]
[[package]]
[[package]]
...
...
This diff is collapsed.
Click to expand it.
hercules_ir/Cargo.toml
+
1
−
1
View file @
ea2b5119
...
@@ -6,7 +6,7 @@ edition = "2021"
...
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
[dependencies]
rand
=
"*"
rand
=
"*"
nom
=
"
*
"
nom
=
"
6.2.2
"
ordered-float
=
{
version
=
"*"
,
features
=
[
"serde"
]
}
ordered-float
=
{
version
=
"*"
,
features
=
[
"serde"
]
}
bitvec
=
"*"
bitvec
=
"*"
serde
=
{
version
=
"*"
,
features
=
[
"derive"
]
}
serde
=
{
version
=
"*"
,
features
=
[
"derive"
]
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment