# 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 = "reservoirs" version = "0.1.7" authors = ["crumplecup "] description = "A library for simulating Bolin & Rodhe reservoir models." keywords = ["geomorphology", "radiocarbon", "charcoal"] categories = ["science", "simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/crumplecup/reservoirs" [profile.release] debug = true [[bench]] name = "benchmarks" harness = false [dependencies.csv] version = "1.1.5" [dependencies.log] version = "0.4.14" [dependencies.plotters] version = "0.3.0" [dependencies.plotters-bitmap] version = "0.3.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rand] version = "0.8.3" [dependencies.rand_distr] version = "0.4.0" [dependencies.rayon] version = "1.5.0" [dependencies.realfft] version = "2.0.1" [dependencies.rustfft] version = "6.0.0" [dependencies.serde] version = "1.0.123" features = ["derive"] [dev-dependencies.criterion] version = "0.3.4"