kalker/kalk/Cargo.toml
2020-12-14 00:07:19 +01:00

18 lines
545 B
TOML

[package]
name = "kalk"
version = "1.2.6"
authors = ["PaddiM8"]
edition = "2018"
readme = "README.md"
description = "A math evaluator library that supports user-defined functions, variables and units, and can handle fairly ambiguous syntax."
repository = "https://github.com/PaddiM8/kalk/tree/master/kalk"
license = "MIT"
keywords = ["math", "calculator", "evaluator"]
categories = ["mathematics", "parser-implementations"]
[dependencies]
rug = { version = "1.11.0", features = ["float"] }
test-case = "1.0.0"
regex = "1"
lazy_static = "1.4.0"