# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "point_process" version = "0.13.0" authors = ["ManifoldFR "] exclude = ["test.*", "examples/*.svg"] description = "A crate for simulating random point processes." readme = "../README.md" keywords = ["mathematics", "simulation", "statistics"] categories = ["algorithms", "simulation", "science"] license = "MIT" repository = "https://github.com/ManifoldFR/point-process-rust" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [lib] name = "pointprocesses" path = "src/lib.rs" [dependencies.ndarray] version = "0.12.1" features = ["serde-1"] [dependencies.ndarray-parallel] version = "0.9.0" [dependencies.rand] version = "0.7.0" features = ["small_rng"] [dependencies.rand_distr] version = "0.2.2" [dependencies.rayon] version = "1.2.0" [dependencies.serde] version = "1.0.100" [dependencies.serde_json] version = "1.0.40" [dev-dependencies.plotters] version = "0.2.5" [dev-dependencies.svg] version = "0.6.0"