# 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 = "siffra" version = "0.2.2" authors = ["Johan Novak "] description = "A library to parse and evaluate human-friendly mathematical and natural language expressions." readme = "README.md" keywords = [ "siffra", "calculator", "math", "units", "dimensions", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/ImpossibleReality/Siffra" [dependencies.astro-float] version = "0.9.3" features = ["std"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.periodic-table-on-an-enum] version = "0.3.2" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7.5" features = ["grammar-extras"]