# 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 = "lieval" version = "0.2.4" authors = ["taka8 "] description = "A lightweight Rust crate for parsing and evaluating mathematical expressions from strings." documentation = "https://docs.rs/lieval" readme = "README.md" keywords = [ "expression", "math", "evaluator", "parsing", ] categories = [ "parsing", "mathematics", ] license = "MIT" repository = "https://github.com/taka8t/lieval" [dependencies.fxhash] version = "0.2" optional = true [features] default = [] fxhash = ["dep:fxhash"]