cpc 2.0.0

evaluates math expressions, with support for units and conversion between units
Documentation
[[bin]]
name = "cpc"
path = "src/main.rs"

[dependencies.decimal]
default-features = false
features = ["serde", "ord_subset"]
version = "2.1"

[dependencies.unicode-segmentation]
version = "1.10"

[dev-dependencies.regex]
version = "1.11"

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

[lints.clippy]
comparison_chain = "allow"
get_first = "allow"
if_same_then_else = "allow"
match_like_matches_macro = "allow"

[package]
authors = ["Kasper Henningsen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "parsing", "text-processing", "value-formatting"]
description = "evaluates math expressions, with support for units and conversion between units"
documentation = "https://docs.rs/cpc"
edition = "2024"
homepage = "https://github.com/probablykasper/cpc#readme"
keywords = ["math", "expression", "evaluate", "units", "convert"]
license = "MIT"
name = "cpc"
readme = "README.md"
repository = "https://github.com/probablykasper/cpc"
version = "2.0.0"