# 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 = "rustool" version = "0.3.20" authors = ["Greg Henry "] description = "Personal toolbox for my Rust projects" keywords = ["toolbox", "mathematics", "physics", "utility"] categories = ["accessibility", "algorithms", "mathematics", "science"] license = "Apache-2.0" repository = "https://github.com/GregoireHENRY/rustool" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "rsc/html/docs-header.html"] [profile.release] lto = true [lib] name = "tool" path = "src/lib.rs" [dependencies.alga] version = "0.9.3" [dependencies.approx] version = "0.4.0" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.26.1" features = ["serde-serialize"] [dependencies.num-traits] version = "0.2.14" [dependencies.serde] version = "1.0.124" [dependencies.serde_json] version = "1.0" [dependencies.serial_test] version = "0.5.1" [dependencies.simplelog] version = "0.10.0"