tvl-depot/Cargo.toml

34 lines
636 B
TOML
Raw Normal View History

2019-07-06 04:45:57 +02:00
[package]
name = "xanthous"
version = "0.1.0"
authors = ["Griffin Smith <root@gws.fyi>"]
edition = "2018"
[dependencies]
alga = "0.9.1"
backtrace = "0.3"
clap = {version = "^2.33.0", features = ["yaml"]}
2019-07-06 04:45:57 +02:00
config = "*"
downcast-rs = "^1.0.4"
futures = "0.1.28"
include_dir = "0.2.1"
2019-07-06 04:45:57 +02:00
itertools = "*"
lazy_static = "*"
log = "*"
log4rs = "*"
maplit = "^1.0.1"
matches = "0.1.8"
nom = "^5.0.0"
prettytable-rs = "^0.8"
2019-07-06 04:45:57 +02:00
proptest = "0.9.3"
proptest-derive = "*"
rand = {version = "^0.7.0", features = ["small_rng"]}
2019-07-06 04:45:57 +02:00
serde = "^1.0.8"
serde_derive = "^1.0.8"
serde_json = "*"
serde_yaml = "0.8"
2019-07-06 04:45:57 +02:00
termion = "*"
toml = "^0.5.1"
2019-07-06 04:45:57 +02:00
[dev-dependencies]