# 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 = "rust-expression" version = "0.3.1" authors = ["Martin Suesskraut "] description = "Calculator and solver for linear equations." readme = "README.md" keywords = [ "calc", "math", "solver", "graph", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/msuesskraut/calc" resolver = "2" [dependencies.lazy_static] version = "1.4" [dependencies.num] version = "0.4" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_approx_eq] version = "1.1" [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.linefeed] version = "0.6"