# 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 = "pharmsol" version = "0.7.1" authors = [ "Julián D. Otálvaro ", "Markus Hovd", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for solving analytic and ode-defined pharmacometric models." documentation = "https://lapkb.github.io/pharmsol/" readme = "README.md" license = "GPL-3.0" [lib] name = "pharmsol" path = "src/lib.rs" bench = false [[example]] name = "bke" path = "examples/bke.rs" [[example]] name = "error" path = "examples/error.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" [[bench]] name = "data" path = "benches/data.rs" harness = false [[bench]] name = "performance" path = "benches/performance.rs" harness = false [dependencies.anyhow] version = "1.0.86" [dependencies.argmin] version = "0.10.0" [dependencies.argmin-math] version = "0.4.0" features = ["ndarray_v0_15-nolinalg"] [dependencies.cached] version = "0.53.1" [dependencies.csv] version = "1.3.0" [dependencies.dashmap] version = "6.0.1" [dependencies.diffsol] version = "=0.2.1" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]