aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: eab73f484f40f415525633697129a1117210d28b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "eva"
version = "0.3.0"
authors = ["NerdyPepper <[email protected]>"]
edition = "2018"
description = "Calculator REPL similar to bc(1)"
homepage = "https://github.com/nerdypepper/eva"
repository = "https://github.com/nerdypepper/eva"
readme = "./readme.md"
keywords = ["calculator", "repl", "math", "cli", "bc"]
categories = ["command-line-interface", "science", "parser-implementations"]
license = "MIT"

[dependencies]
rustyline   = { version = "9.1.1", default-features = false }
clap        = "2.32.0"
radix_fmt   = "1.0.0"
lazy_static = "1.3.0"
directories = "2.0.1"
regex       = "1.1.7"
num         = "0.2"
term_size   = "0.3"