# 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 = "stochastic-rs-stats" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for the statistical analysis of stochastic processes" homepage = "https://github.com/dancixx/stochastic-rs-stats" documentation = "https://docs.rs/stochastic-rs/latest/stochastic_rs_stats/" readme = "README.md" keywords = [ "stochastic", "process", "random", "simulation", "monte-carlo", ] license = "MIT" repository = "https://github.com/dancixx/stochastic-rs" [lib] name = "stochastic_rs_stats" path = "src/lib.rs" [dependencies.approx] version = "0.5.1" [dependencies.linreg] version = "0.2.0" [dependencies.ndarray] version = "0.16.1" features = [ "rayon", "matrixmultiply-threading", ] [dependencies.stochastic-rs] version = "0.8.2"