# 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.72" name = "rv" version = "0.17.0" authors = [ "Baxter Eaves", "Michael Schmidt", "Chad Scherrer", ] include = [ "README.md", "src/**/*", "benches/*", "Cargo.toml", ] description = "Random variables" readme = "README.md" keywords = [ "Probability", "Statistics", "Bayesian", "Machine-learning", ] categories = ["science"] license = "MIT" repository = "https://github.com/promised-ai/rv" [package.metadata.docs.rs] all-features = true [profile.test.package.proptest] opt-level = 3 [[bench]] name = "mvg" harness = false required-features = ["arraydist"] [[bench]] name = "gev" harness = false [[bench]] name = "wishart" harness = false required-features = ["arraydist"] [[bench]] name = "categorical" harness = false [[bench]] name = "beta" harness = false [[bench]] name = "unit_powerlaw" harness = false [[bench]] name = "rv" harness = false required-features = ["arraydist"] [[bench]] name = "mixture_entropy" harness = false [dependencies.argmin] version = "0.10.0" optional = true [dependencies.argmin-math] version = "0.4.0" features = ["nalgebra_v0_32"] optional = true [dependencies.doc-comment] version = "0.3" [dependencies.itertools] version = "0.12.1" [dependencies.lru] version = "0.12.3" [dependencies.nalgebra] version = "0.32" optional = true [dependencies.num] version = "0.4" [dependencies.num-traits] version = "0.2.17" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_distr] version = "0.4.3" [dependencies.rand_xoshiro] version = "0.6" features = ["serde1"] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.special] version = "0.10" [dev-dependencies.approx] version = "0.5" [dev-dependencies.assert] version = "0.7" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.indoc] version = "2" [dev-dependencies.peroxide] version = "0.37.5" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.rand_xoshiro] version = "0.6" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_yaml] version = "0.9" [features] arraydist = ["nalgebra"] datum = [] experimental = ["rand_xoshiro"] process = [ "serde", "nalgebra/serde-serialize", "argmin", "argmin-math", "arraydist", ] serde1 = [ "serde", "nalgebra/serde-serialize", ] [badges.github] repository = "promised-ai/rv" tag = "v0.17.0" [badges.maintenance] status = "actively-developed"