[package] name = "m_calc" description = "A library to calculate math expressions" version = "0.1.4" edition = "2021" repository = "https://github.com/Agent-E11/m_calc_rs" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] env_logger = "0.10.1" log = "0.4.20"