# 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" name = "anndata-zarr" version = "0.1.0" authors = ["Kai Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zarr backend for the anndata package" homepage = "https://github.com/kaizhang/anndata-rs" readme = "README.md" license = "MIT" repository = "https://github.com/kaizhang/anndata-rs" [lib] name = "anndata_zarr" path = "src/lib.rs" [dependencies.anndata] version = "0.6" [dependencies.anyhow] version = "1.0" [dependencies.ndarray] version = "0.16" features = ["serde"] [dependencies.serde_json] version = "1.0" [dependencies.smallvec] version = "1.13" [dependencies.zarrs] version = "0.18" [dev-dependencies.ndarray-rand] version = "0.15" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.2"