dntk 3.1.1

Command line's multi-platform interactive calculator, GNU bc wrapper.
Documentation
[[bin]]
name = "dntk"
path = "src/main.rs"

[dependencies.anstyle]
version = "1.0"

[dependencies.assert_cmd]
version = "2.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.dashu]
features = ["num-traits_v02"]
version = "0.4"

[dependencies.fasteval]
version = "0.2"

[dependencies.lazy_static]
version = "1.5"

[dependencies.libc]
version = "0.2"

[dependencies.libm]
version = "0.2"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.owo-colors]
version = "4.1"

[dependencies.rand]
features = ["small_rng"]
version = "0.8"

[dependencies.scopeguard]
version = "1.2"

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

[package]
authors = ["nnao45 <n4sekai5y@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "Command line's multi-platform interactive calculator, GNU bc wrapper."
edition = "2018"
homepage = "https://github.com/nnao45/dntk"
keywords = ["cli", "rust", "bc"]
license = "MIT"
name = "dntk"
readme = "README.md"
repository = "https://github.com/nnao45/dntk"
version = "3.1.1"

[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "processenv", "errhandlingapi", "consoleapi"]
version = "0.3"

[target."cfg(windows)".dependencies.winconsole]
features = ["input", "serde", "window"]
version = "0.10"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"