pharmsol 0.22.1

Rust library for solving analytic and ode-defined pharmacometric models.
[[bench]]
harness = false
name = "data"
path = "benches/data.rs"

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

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

[dependencies.argmin]
version = "0.11.0"

[dependencies.argmin-math]
version = "0.5.1"

[dependencies.cached]
version = "0.56.0"

[dependencies.csv]
version = "1.3.0"

[dependencies.diffsol]
version = "=0.8.0"

[dependencies.libloading]
features = []
optional = true
version = "0.9.0"

[dependencies.nalgebra]
version = "0.34.1"

[dependencies.ndarray]
features = ["rayon"]
version = "0.16.1"

[dependencies.rand]
version = "0.9.0"

[dependencies.rand_distr]
version = "0.5.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.201"

[dependencies.serde_json]
version = "1.0.117"

[dependencies.statrs]
version = "0.18.0"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.approx]
version = "0.5.1"

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

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

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

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

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

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

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

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

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

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

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

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

[features]
default = []
exa = ["libloading"]

[lib]
bench = false
name = "pharmsol"
path = "src/lib.rs"

[package]
authors = ["Julián D. Otálvaro <juliandavid347@gmail.com>", "Markus Hovd"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust library for solving analytic and ode-defined pharmacometric models."
documentation = "https://lapkb.github.io/pharmsol/"
edition = "2021"
license = "GPL-3.0"
name = "pharmsol"
readme = "README.md"
version = "0.22.1"

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

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

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