evalexpr 5.0.5-alpha.3

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]
edition = "2018"
name = "evalexpr"
version = "5.0.5-alpha.3"
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.regex]
version = "1"
optional = true

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_derive]
version = "1"
optional = true
[dev-dependencies.rand]
version = "0.7.0"

[dev-dependencies.rand_pcg]
version = "0.2.0"

[dev-dependencies.ron]
version = "0.4"

[features]
regex_support = ["regex"]
serde_support = ["serde", "serde_derive"]
[badges.is-it-maintained-issue-resolution]
repository = "ISibboI/evalexpr"

[badges.is-it-maintained-open-issues]
repository = "ISibboI/evalexpr"

[badges.maintenance]
status = "actively-developed"