# 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 = "yarer" version = "0.1.7" authors = ["Davassi "] description = "Yarer (Yet Another Rust Expression Resolver) is a library for resolving mathematical expressions. Internally it uses the shunting yard algorithm." homepage = "https://github.com/davassi/yarer" readme = "README.md" keywords = [ "rpn", "math", "parser", "expression", "calculator", ] categories = [ "command-line-interface", "algorithms", "mathematics", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/davassi/yarer" [profile.release] opt-level = 3 debug = 2 [lib] name = "yarer" [[bin]] name = "yarer" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.bigdecimal] version = "0.4.2" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.env_logger] version = "0.11.2" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4.1" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.18" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.9.3" [dependencies.rustyline] version = "13.0.0" [dependencies.thiserror] version = "1.0.44"