# 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.75.0" name = "bioformats-rs" version = "1.1.1" authors = ["AzHicham "] build = "build.rs" 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" [[bench]] name = "bench_read" harness = false [dependencies.derivative] version = "2.2" features = [] optional = true [dependencies.fast_image_resize] version = "4.2" features = ["image"] optional = true [dependencies.image] version = "0.25" optional = true default-features = false [dependencies.j4rs] version = "0.20" features = [] [dependencies.serde] version = "1.0" features = [] [dependencies.thiserror] version = "1.0" features = [] [dev-dependencies.bencher] version = "0.1" [dev-dependencies.rstest] version = "0.22" [build-dependencies.anyhow] version = "1.0" [build-dependencies.j4rs] version = "0.20" features = [] [build-dependencies.retry] version = "2.0.0" [features] default = [] extra = [ "dep:image", "dep:fast_image_resize", "dep:derivative", ] gpl-formats = []