jp2a ripoff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 2 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36582e6..c39a5cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,17 +9,12 @@ edition = "2021"
anyhow = "1.0.71"
clap = { version = "4.3.3", features = ["derive"] }
image = { version = "0.24.6", features = [
- "png",
- "jpeg_rayon",
+ "png",
+ "jpeg",
], default-features = false }
-rayon = { version = "1.7.0", optional = true }
rgb2ansi256 = "0.1.1"
[profile.release]
lto = true
opt-level = 3
strip = true
-
-[features]
-rayon = ["dep:rayon"]
-default = []