# 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 = "stat-rs" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A statistics library" readme = "README.md" keywords = [ "statistics", "stats", "maths", ] categories = ["mathematics"] license-file = "LICENSE" repository = "https://github.com/rawhuul/stat-rs" [lib] name = "stat_rs" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" default-features = false [dependencies.rust_decimal] version = "1.35.0" features = ["maths"] optional = true default-features = false [dev-dependencies.lazy_static] version = "1.5.0" [features] default = ["no-std"] no-std = ["dep:rust_decimal"] std = []