evalexpr 1.0.0-rc.1

A powerful arithmetic and boolean expression evaluator
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "evalexpr"
version = "1.0.0-rc.1"
authors = ["isibboi <isibboi@gmail.com>"]
description = "A powerful arithmetic and boolean expression evaluator"
homepage = "https://github.com/ISibboI/evalexpr"
documentation = "https://docs.rs/evalexpr"
readme = "README.md"
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
categories = ["parsing", "game-engines"]
license = "MIT"
repository = "https://github.com/ISibboI/evalexpr.git"

[lib]
name = "evalexpr"
path = "src/lib.rs"

[dependencies]

[features]