# 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 = "corries" version = "0.6.2" authors = ["tbreslein "] description = "Library/framework for 1D-hydrodynamics simulations using Riemann solvers" documentation = "https://docs.rs/latest/corries/" readme = "README.md" keywords = [ "science", "physics", "hydrodynamics", "numerics", ] categories = [ "science", "mathematics", ] license = "MIT" repository = "https://github.com/tbreslein/corries/" [profile.release] lto = true codegen-units = 1 [[bench]] name = "bench" harness = false [dependencies.blas-src] version = "0.8" features = ["openblas"] [dependencies.color-eyre] version = "0.6" default-features = false [dependencies.ndarray] version = "0.15" features = [ "blas", "approx-0_5", "rayon", ] [dependencies.openblas-src] version = "0.10" features = [ "cblas", "system", ] [dependencies.rayon] version = "1.5.3" [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.proptest] version = "1" [features] default = ["validation"] validation = []