# 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 = "fasteval2" version = "2.1.1" authors = [ "Pasha Podolsky ", "Christopher Sebastian ", ] description = "Fast evaluation of algebraic expressions" documentation = "https://docs.rs/fasteval2/" readme = "README.md" keywords = [ "evaluate", "math", "algebra", "calculate", "expression", ] categories = [ "mathematics", "science", "parser-implementations", ] license = "MIT" repository = "https://github.com/izihawa/fasteval2" [profile.bench] lto = true debug = true [dependencies] [features] alpha-keywords = [] default = ["alpha-keywords"] nightly = [] unsafe-vars = []