# 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 = "pmcore" version = "0.7.1" authors = [ "Julián D. Otálvaro ", "Markus Hovd", "Michael Neely", "Walter Yamada", ] build = false exclude = [ ".github/*", ".vscode/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library with the building blocks needed to create new Non-Parametric algorithms and its integration with Pmetrics." documentation = "https://lapkb.github.io/PMcore/pmcore/" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/LAPKB/PMcore" [profile.release] opt-level = 3 codegen-units = 1 [lib] name = "pmcore" path = "src/lib.rs" [[example]] name = "bimodal_ke" path = "examples/bimodal_ke/main.rs" [[example]] name = "debug" path = "examples/debug.rs" [[example]] name = "drusano" path = "examples/drusano/main.rs" [[example]] name = "iov" path = "examples/iov/main.rs" [[example]] name = "meta" path = "examples/meta/main.rs" [[example]] name = "theophylline" path = "examples/theophylline/main.rs" [[example]] name = "tmp" path = "examples/tmp.rs" [[example]] name = "toml" path = "examples/toml.rs" [[example]] name = "two_eq_lag" path = "examples/two_eq_lag/main.rs" [[example]] name = "vanco" path = "examples/vanco.rs" [[bench]] name = "compare" path = "benches/compare.rs" harness = false [dependencies.anyhow] version = "1.0.86" [dependencies.argmin] version = "0.10.0" features = [] [dependencies.argmin-math] version = "0.4.0" features = ["ndarray_v0_15-nolinalg"] [dependencies.chrono] version = "0.4" [dependencies.config] version = "0.14" features = ["preserve_order"] [dependencies.csv] version = "1.2.1" [dependencies.faer] version = "0.19.3" [dependencies.faer-ext] version = "0.2.0" features = [ "nalgebra", "ndarray", ] [dependencies.linfa-linalg] version = "0.1.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [dependencies.ndarray-stats] version = "0.5.1" [dependencies.pharmsol] version = "0.7.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.188" [dependencies.serde_derive] version = "1.0.188" [dependencies.serde_json] version = "1.0.66" [dependencies.sobol_burley] version = "0.5.0" [dependencies.tokio] version = "1.32.0" features = [ "sync", "rt", ] [dependencies.toml] version = "0.8.14" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "fmt", "time", ] [dev-dependencies.diol] version = "0.8.2"