# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.81.0" name = "bioformats-rs" version = "1.2.0" authors = ["AzHicham "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings of Bioformats Java library" homepage = "https://github.com/AzHicham/bioformats-rs" readme = "README.md" keywords = ["bioformats"] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/AzHicham/bioformats-rs" [lib] name = "bioformats_rs" path = "src/lib.rs" [[bench]] name = "bench_read" path = "benches/bench_read.rs" harness = false [dependencies.derivative] version = "2" features = [] optional = true [dependencies.fast_image_resize] version = "5" features = ["image"] optional = true [dependencies.image] version = "0.25" optional = true default-features = false [dependencies.j4rs] version = "0.21" features = [] [dependencies.serde] version = "1" features = [] [dependencies.thiserror] version = "2" features = [] [dev-dependencies.bencher] version = "0.1" [dev-dependencies.rstest] version = "0.23" [build-dependencies.anyhow] version = "1" [build-dependencies.j4rs] version = "0.21" features = [] [build-dependencies.retry] version = "2" [features] default = [] extra = [ "dep:image", "dep:fast_image_resize", "dep:derivative", ] gpl-formats = []