# 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 = "cons-laws" version = "0.1.5" authors = ["Federico Stra "] description = "Particle methods to solve 1D conservation laws" readme = "README.md" keywords = [ "numerical-analysis", "conservation-laws", "particles", "PDE", "ODE", ] categories = [ "algorithms", "mathematics", "science", "simulation", ] license = "MIT" repository = "https://github.com/FedericoStra/cons-laws" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] all-features = true [profile.release] [[example]] name = "traffic_ode_solver" required-features = ["ode_solver"] [dependencies.embed-doc-image] version = "0.1.4" [dependencies.mathru] version = "0.9.1" [dependencies.nalgebra] version = "0.29.0" optional = true [dependencies.num-traits] version = "0.2.14" [dependencies.ode_solvers] version = "0.3.3" optional = true [dev-dependencies.ode_solvers] version = "0.3.3" [dev-dependencies.plotters] version = "0.3.1" [features] ode_solver = [ "nalgebra", "ode_solvers", ]