We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608605a commit f0292b0Copy full SHA for f0292b0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "av1-grain"
3
-version = "0.2.2"
+version = "0.2.3"
4
edition = "2021"
5
rust-version = "1.59.0"
6
license = "BSD-2-Clause"
@@ -13,7 +13,6 @@ documentation = "https://docs.rs/av1-grain"
13
[dependencies]
14
anyhow = "1.0.58"
15
arrayvec = "0.7.2"
16
-itertools = { version = "0.12", optional = true }
17
log = "0.4.17"
18
nom = { version = "7.1.1", optional = true }
19
num-rational = { version = "0.4.1", optional = true }
@@ -30,7 +29,7 @@ unstable = []
30
29
create = []
31
diff = ["num-rational", "v_frame"]
32
estimate = ["v_frame"]
33
-parse = ["itertools", "nom"]
+parse = ["nom"]
34
serialize = ["serde", "arrayvec/serde"]
35
36
[profile.release]
0 commit comments