omics 0.3.0

Foundations for omics analysis using Rust
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.80.0"
name = "omics"
version = "0.3.0"
authors = ["The Omics project developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Foundations for omics analysis using Rust"
homepage = "https://github.com/stjude-rust-labs/omics"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/stjude-rust-labs/omics"

[package.metadata.docs.rs]
all-features = true

[features]
coordinate = ["dep:omics-coordinate"]
core = ["dep:omics-core"]
default = []
molecule = ["dep:omics-molecule"]
position-u64 = ["omics-coordinate/position-u64"]
variation = ["dep:omics-variation"]

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

[dependencies.omics-coordinate]
version = "0.3.0"
optional = true

[dependencies.omics-core]
version = "0.1.0"
optional = true

[dependencies.omics-molecule]
version = "0.2.0"
optional = true

[dependencies.omics-variation]
version = "0.3.0"
optional = true

[lints.clippy]
missing_docs_in_private_items = "warn"

[lints.rust]
missing_docs = "warn"
nonstandard-style = "warn"
rust-2018-idioms = "warn"
rust-2021-compatibility = "warn"
rust-2024-compatibility = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"