# 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 = "2018" name = "statrs-fork" version = "0.17.0" authors = [ "Egor Dmitriev", "Michael Ma", ] description = "Statistical computing library for Rust" homepage = "https://github.com/EgorDm/statrs" documentation = "https://docs.rs/statrs-fork/0.17.0/statrs/" readme = "README.md" keywords = [ "probability", "statistics", "stats", "distribution", "math", ] categories = ["science"] license = "MIT" repository = "https://github.com/EgorDm/statrs" [lib] name = "statrs" path = "src/lib.rs" [[bench]] name = "order_statistics" harness = false [dependencies.approx] version = "0.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.nalgebra] version = "0.31" features = ["rand"] [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.8" [dev-dependencies.criterion] version = "0.3.3" [features] nightly = []