somni-expr 0.3.2

An expression evaluation library
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 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 = "2024"
rust-version = "1.85.0"
name = "somni-expr"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An expression evaluation library"
readme = "README.md"
keywords = [
    "expression",
    "script",
    "language",
    "evaluator",
    "eval",
]
categories = ["compilers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bugadani/somni"

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

[dependencies.indexmap]
version = "2"

[dependencies.somni-parser]
version = "0.3.1"

[dev-dependencies.ansi-parser]
version = "0.9"

[dev-dependencies.pretty_assertions]
version = "1.4"