[package] name = "calculator-parser" description = "A simple calculation parser for user input" keywords = ["calculator","parser","math"] categories = ["mathematics","parsing"] homepage = "https://github.com/AsyncBanana/calculator-rs/tree/master/calculator" license = "MIT" readme = "README.md" version = "1.0.1" authors = ["AsyncBanana "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] lto = "thin" panic = "abort" [dependencies]