# 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 = "ida" version = "0.1.1" authors = ["John Hughes "] description = "A pure Rust port of the Implicit Differential-Algebraic solver from the Sundials suite.\n" homepage = "https://gitlab.com/jondo2010/rust-ida" documentation = "https://docs.rs/ida" readme = "README.md" keywords = ["math", "differential"] categories = ["science", "simulation"] license = "BSD-3-Clause" repository = "https://gitlab.com/jondo2010/rust-ida" [profile.release] debug = true [[bench]] name = "dense" harness = false [dependencies.failure] version = "0.1.5" [dependencies.log] version = "0.4.6" features = ["std"] [dependencies.ndarray] version = "0.12.1" features = ["serde-1"] default-features = true [dependencies.num-traits] version = "0.2.6" [dependencies.profiler] version = "0.3.0" optional = true package = "thread_profiler" [dependencies.serde] version = "1.0.90" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.39" optional = true [dev-dependencies.approx] version = "0.3.2" [dev-dependencies.criterion] version = "0.2.11" [dev-dependencies.ndarray-rand] version = "0.9.0" [dev-dependencies.nearly_eq] version = "0.2.4" features = ["ndarray"] [dev-dependencies.pretty_env_logger] version = "0.3" [dev-dependencies.prettytable-rs] version = "0.8.0" [dev-dependencies.rand] version = "0.6.5" [features] data_trace = ["serde", "serde_json"] thread_profiler = ["profiler"] [badges.gitlab] branch = "master" repository = "jondo2010/rust-ida"