# 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 = "stochasta" version = "0.8.3" authors = ["Manuel Krebs "] include = [ "Cargo.toml", "LICENSE-*", "README.md", "CHANGELOG.md", "/src", ] description = "A simple stochastic analysis library" documentation = "https://docs.rs/stochasta" readme = "README.md" keywords = [ "stochastic", "probability", ] categories = ["mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/leun4m/stochasta" [package.metadata.docs.rs] all-features = true [dependencies.enumset] version = "1.1" features = ["serde"] [dependencies.itertools] version = "0.13" [dependencies.num-rational] version = "0.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.impls] version = "1.0" [features] default = [] playing_cards = []