# 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" name = "anndata-memory" version = "0.1.1-alpha.2" build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Thread-safe AnnData-like structure for single-cell genomics data in Rust. Provides controlled mutability, efficient memory management, and flexible data manipulation. Ideal for concurrent bioinformatics applications." readme = "README.md" license = "BSD-3-Clause" license-file = "LICENSE.md" repository = "https://github.com/SingleRust/Anndata-Memory" [lib] name = "anndata_memory" path = "src/lib.rs" [[test]] name = "test_basic" path = "tests/test_basic.rs" [[test]] name = "test_conversion" path = "tests/test_conversion.rs" [dependencies.anndata] version = "0.4.2" [dependencies.anndata-hdf5] version = "0.3.0" [dependencies.anyhow] version = "1.0" [dependencies.flate2] version = "1.0" [dependencies.indexmap] version = "2.2" features = ["rayon"] [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.nalgebra-sparse] version = "0.9" [dependencies.ndarray] version = "0.15" [dependencies.num] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.permutation] version = "0.4" [dependencies.polars] version = "0.40" features = [ "lazy", "decompress-fast", "ndarray", "dtype-full", ] [dependencies.rayon] version = "1.10" [dependencies.replace_with] version = "0.1" [dependencies.smallvec] version = "1.13" [dev-dependencies.nalgebra] version = "0.32" features = ["rand"] [dev-dependencies.ndarray-rand] version = "0.14" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.2"