# 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.70" name = "pyanndata" version = "0.5.1" authors = ["Kai Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust APIs" homepage = "https://github.com/kaizhang/anndata-rs" readme = "README.md" keywords = ["data"] license = "MIT" repository = "https://github.com/kaizhang/anndata-rs" [lib] name = "pyanndata" crate-type = ["lib"] path = "src/lib.rs" [dependencies.anndata] version = "0.6.1" [dependencies.anndata-hdf5] version = "0.5" [dependencies.anndata-zarr] version = "0.1" [dependencies.anyhow] version = "1.0" [dependencies.downcast-rs] version = "1.2" [dependencies.flate2] version = "1.0" [dependencies.hdf5] version = "0.9" package = "hdf5-metno" [dependencies.nalgebra-sparse] version = "0.10" [dependencies.ndarray] version = "0.16" [dependencies.numpy] version = "0.22" [dependencies.polars] version = "0.45.0" features = ["ndarray"] [dependencies.pyo3] version = "0.22" features = [ "extension-module", "multiple-pymethods", "anyhow", ] [dependencies.pyo3-polars] version = "0.19" features = [ "dtype-full", "dtype-struct", ] [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.10"