# 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 = "sir_ddft" version = "2.0.0" authors = [ "Julian Jeggle ", "Raphael Wittkowski ", ] include = [ "src/**/*.rs", "LICENSE", "README.md", ] description = "A Rust implementation of the SIR-DDFT model" readme = "README.md" keywords = [ "sir_ddft", "sir", "ddft", "physics", "epidemic", ] categories = ["science"] license = "AGPL-3.0" repository = "https://github.com/jjegg01/sir_ddft" [[bench]] name = "sir_ddft_1d" path = "benches/sir_ddft_1d.rs" harness = false [[bench]] name = "sir_ddft_2d" path = "benches/sir_ddft_2d.rs" harness = false [dependencies.itertools] version = "^0.9.0" [dependencies.num-complex] version = "^0.4" [dependencies.num-traits] version = "0.2.15" [dependencies.rustfft] version = "^6.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.indicatif] version = "0.17.5" [dev-dependencies.numpy] version = "0.18" [dev-dependencies.pyo3] version = "0.18" features = ["auto-initialize"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.scoped_threadpool] version = "^0.1.9"