[package] name = "calc_lib" version = "2.1.0" edition = "2021" authors = ["eric (Sk3pz) skepz.dev@gmail.com"] description = "A library for calculating things with correct order of operations" repository = "https://github.com/sk3pz/calc_lib" homepage = "https://crates.io/crates/calc_lib" documentation = "https://docs.rs/calc_lib/latest/calc_lib/index.html" license = "MIT" readme = "README.md" [dependencies]