- small cosmetic changes

This commit is contained in:
w.pomp
2026-07-22 13:40:27 +02:00
parent 0d347b7967
commit a5ec4125f9
5 changed files with 13 additions and 11 deletions
+4 -3
View File
@@ -22,8 +22,9 @@ crate-type = ["cdylib", "rlib"]
clap = { version = "4", features = ["derive"] }
color-eyre = { version = "0.6", optional = true }
console = { version = "0.16", optional = true }
downloader = { version = "0.2", optional = true }
downloader = { version = "0.2", optional = true, default-features = false, features = ["rustls-tls"] }
ffmpeg-sidecar = { version = "2", optional = true }
#ffmpreg = { version = "0.1", optional = true }
itertools = "0.15"
indexmap = { version = "2", features = ["serde"] }
indicatif = { version = "0.18", features = ["rayon"], optional = true }
@@ -63,7 +64,7 @@ retry = "2"
toml = "1"
[features]
default = []
default = ["bioformats_java", "gpl-formats", "czi", "tiff", "tiffseq", "movie", "tiffwrite"]
all = ["bioformats_java", "bioformats_rust", "czi", "gpl-formats", "movie", "tiffseq", "tiffwrite", "tiff"]
gpl-formats = []
python = ["dep:pyo3", "dep:numpy", "dep:color-eyre", "dep:pyo3-stub-gen", "dep:postcard", "ome-metadata/python"]
@@ -76,7 +77,7 @@ tiff = ["dep:tiff", "dep:thread_local"]
movie = ["dep:ffmpeg-sidecar", "dep:tokio", "dep:ordered-float", "dep:indicatif", "dep:console"]
[package.metadata.docs.rs]
features = ["bioformats", "gpl-formats", "czi", "tiff", "movie"]
features = ["bioformats_java", "gpl-formats", "czi", "tiff", "movie"]
[profile.test]
inherits = "release"