jivanu 1.0.0

Jivanu — microbiology engine for growth kinetics, metabolism, genetics, and epidemiology
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 = "2024"
rust-version = "1.89"
name = "jivanu"
version = "1.0.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jivanu — microbiology engine for growth kinetics, metabolism, genetics, and epidemiology"
homepage = "https://github.com/MacCracken/jivanu"
documentation = "https://docs.rs/jivanu"
readme = "README.md"
keywords = [
    "microbiology",
    "kinetics",
    "metabolism",
    "genetics",
    "epidemiology",
]
categories = [
    "science",
    "simulation",
]
license = "GPL-3.0-only"
repository = "https://github.com/MacCracken/jivanu"

[features]
default = ["std"]
full = [
    "std",
    "logging",
    "hisab",
    "pramana",
    "kimiya",
]
hisab = ["dep:hisab"]
kimiya = ["dep:kimiya"]
logging = ["dep:tracing-subscriber"]
pramana = ["dep:pramana"]
std = [
    "serde/std",
    "thiserror/std",
]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "validation"
path = "tests/validation.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.hisab]
version = "1"
optional = true

[dependencies.kimiya]
version = "1"
optional = true

[dependencies.pramana]
version = "1"
optional = true

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tracing]
version = "0.1"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]
optional = true

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.serde_json]
version = "1"