dntk 3.0.5

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

[dependencies.ansi_term]
version = "0.11"

[dependencies.assert_cmd]
version = "0.11.1"

[dependencies.atty]
version = "0.2"

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

[dependencies.fasteval]
version = "0.2"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "0.2"

[dependencies.libm]
version = "0.2"

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

[dependencies.rust_decimal]
features = ["maths"]
version = "1.35"

[dependencies.scopeguard]
version = "1.0.0"

[dependencies.winapi]
version = "0.3"

[dependencies.winconsole]
features = ["input", "serde", "window"]
version = "0.10"

[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.0.5"

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

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