[[bin]]
name = "expr-solver"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.expr-solver-lib]
default-features = false
features = ["f64-floats", "serialization"]
version = "1.2.0"
[package]
authors = ["Albert Varaksin <albeva@me.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "parser-implementations"]
description = "Binary using the expr-solver-lib to solve math expressions from command line"
edition = "2024"
keywords = ["math", "expression", "parser", "evaluator", "calculator"]
license = "MIT"
name = "expr-solver-bin"
readme = "README.md"
repository = "https://github.com/albeva/expr-solver"
resolver = "2"
version = "1.2.0"