# 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 = "fasteval3" version = "3.0.1" authors = [ "Pasha Podolsky ", "Christopher Sebastian ", "Overzealous Lotus", ] description = "Fast evaluation of algebraic expressions" documentation = "https://docs.rs/fasteval3/" readme = "README.md" keywords = [ "evaluate", "math", "algebra", "calculate", "expression", ] categories = [ "mathematics", "science", "parser-implementations", ] license = "MIT" repository = "https://github.com/OverzealousLotus/fasteval3" [profile.bench] lto = true debug = 2 [dependencies] [features] alpha-keywords = [] default = ["alpha-keywords"] nightly = [] unsafe-vars = [] [lints.clippy] cast_possible_truncation = "allow" cast_precision_loss = "allow" cast_sign_loss = "allow" must_use_candidate = "allow" nursery = "warn" pedantic = "warn" str_to_string = "warn" [lints.rust] single_use_lifetimes = "warn" unreachable_pub = "warn"