# 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 = "calculatrs" version = "0.2.3" authors = ["mark-i-m"] description = "A simple command-line calculator with python-like syntax for simple on-the-fly\ncalculations.\n" readme = "README.md" keywords = ["arithmetic", "calculator"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/mark-i-m/calculatrs" [[bin]] name = "c" path = "src/main.rs" bench = false [dependencies.lalrpop-util] version = "0.18.1" [dependencies.regex] version = "1" [build-dependencies.lalrpop] version = "0.18.1" features = ["lexer"]