rink-rs/Cargo.toml

31 lines
664 B
TOML
Raw Normal View History

2016-08-02 19:33:19 +00:00
[package]
2016-08-03 14:39:08 +00:00
name = "rink"
2016-08-08 21:38:42 +00:00
version = "0.2.1"
2016-08-02 19:33:19 +00:00
authors = ["Tiffany Bennett <tiffany@stormbit.net>"]
2016-08-03 14:39:08 +00:00
description = "Unit conversion tool and library, similar to frink"
homepage = "https://github.com/tiffany352/rink-rs"
repository = "https://github.com/tiffany352/rink-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
2016-08-03 14:42:00 +00:00
keywords = ["unit", "math", "conversion", "cli", "tool"]
2016-08-02 19:33:19 +00:00
2016-08-03 17:18:20 +00:00
[features]
default = ["rustyline"]
2016-08-02 19:33:19 +00:00
[dependencies]
rust-gmp = "0.3.2"
2016-08-03 17:18:20 +00:00
rustyline = { version = "0.2.3", optional = true }
2016-08-04 02:21:28 +00:00
irc = { version = "0.11.3", optional = true }
[[bin]]
name = "rink"
doc = false
[[bin]]
name = "rink-debug-tokens"
doc = false
[[bin]]
name = "rink-irc"
doc = false