# 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-processes" version = "0.1.2" description = "Stochastic processes simulation toolkit." homepage = "https://github.com/MeetThePatel/stochastic-processes" documentation = "https://docs.rs/stochastic_processes" readme = "README.md" keywords = [ "math", "stochastic", "simulation", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/MeetThePatel/stochastic-processes" resolver = "2" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [dependencies.nalgebra] version = "^0.31" features = ["serde-serialize"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.serde-pickle] version = "^1.0" optional = true [dependencies.serde_json] version = "^1.0" optional = true [dependencies.statrs] version = "0.15.0" [features] json = [ "dep:serde", "dep:serde_json", ] py = [ "dep:serde", "dep:serde-pickle", ]