# 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 = "exprs" version = "0.1.1" authors = ["chloe"] description = "A 0 dependency math expression parser and evaluator in Rust. It aims to be simple to use and is more of an exercise than anything." readme = "README.md" keywords = [ "parser", "expression-parser", "math", ] license = "WTFPL" license-file = "license" repository = "https://github.com/chloe0x0/exprs" resolver = "2" [lib] name = "exprs" path = "src/lib.rs" [dependencies]