[dependencies.regex]
version = "1.11.1"
[[example]]
name = "example1"
path = "examples/example1.rs"
[lib]
name = "bt_math"
path = "src/lib.rs"
[package]
authors = ["calvarez <calvarez@bachuetech.biz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Basic math expression evaluator library. Support basic math operators (+,-,*,/,^), parenthesis, and functions such as log10, ln, log2, exp, sin, cos, tan, asin, acos, atan, abs, sqrt. Support PI and E (Euler's number) as constants. Support negative numbers/expressions. Pow(x,y) supported"
edition = "2021"
homepage = "https://github.com/bachuetech/bt_math"
keywords = ["math"]
license = "GPL-3.0-only"
name = "bt_math"
readme = "README.md"
repository = "https://github.com/bachuetech/bt_math.git"
version = "0.3.0"
[[test]]
name = "tests"
path = "tests/tests.rs"