# 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.65" name = "anndata-hdf5" version = "0.5.0" authors = ["Kai Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HDF5 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_hdf5" path = "src/lib.rs" [dependencies.anndata] version = "0.6" [dependencies.anyhow] version = "1.0" [dependencies.hdf5] version = "0.9" package = "hdf5-metno" [dependencies.hdf5-sys] version = "0.9" features = [ "static", "zlib", "threadsafe", ] package = "hdf5-metno-sys" [dependencies.libz-sys] version = "1" features = ["libc"] default-features = false [dependencies.ndarray] version = "0.16" [dev-dependencies.ndarray-rand] version = "0.15" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.2"