cyanea-omics 0.1.0

Omics data structures for the Cyanea bioinformatics ecosystem
Documentation
# 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.93"
name = "cyanea-omics"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Omics data structures for the Cyanea bioinformatics ecosystem"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomics",
    "variants",
    "intervals",
    "omics",
]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/cyanea-io/cyanea"

[features]
default = ["std"]
h5ad = [
    "dep:hdf5",
    "dep:ndarray",
]
serde = [
    "dep:serde",
    "cyanea-core/serde",
]
single-cell = [
    "dep:cyanea-stats",
    "dep:cyanea-ml",
]
std = []
wasm = []
zarr = [
    "dep:zarrs",
    "dep:serde_json",
]

[lib]
name = "cyanea_omics"
path = "src/lib.rs"

[dependencies.cyanea-core]
version = "0.1.0"
default-features = false

[dependencies.cyanea-ml]
version = "0.1.0"
optional = true
default-features = false

[dependencies.cyanea-stats]
version = "0.1.0"
optional = true
default-features = false

[dependencies.hdf5]
version = "0.8"
optional = true

[dependencies.ndarray]
version = "0.15"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.zarrs]
version = "0.18"
features = ["filesystem"]
optional = true
default-features = false

[dev-dependencies.tempfile]
version = "3"