# 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 = "russell_stat" version = "1.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Statistics calculations and (engineering) probability distributions" homepage = "https://github.com/cpmech/russell" documentation = "https://docs.rs/russell_stat" readme = "README.md" keywords = [ "statistics", "probability", "random", "numerical", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/cpmech/russell" [lib] name = "russell_stat" path = "src/lib.rs" [[example]] name = "distribution_lognormal" path = "examples/distribution_lognormal.rs" [[example]] name = "distribution_normal" path = "examples/distribution_normal.rs" [[example]] name = "distribution_frechet" path = "examples/distribution_frechet.rs" [[example]] name = "plot_distribution_functions" path = "examples/plot_distribution_functions.rs" [[example]] name = "distribution_gumbel" path = "examples/distribution_gumbel.rs" [[example]] name = "distribution_uniform" path = "examples/distribution_uniform.rs" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.russell_lab] version = "1.0.0" [dev-dependencies.plotpy] version = "1.9" [features] intel_mkl = ["russell_lab/intel_mkl"]