Files
NLnetLabs-krill/Cargo.toml
T

27 lines
711 B
TOML

[package]
name = "rpubd"
version = "0.1.0"
authors = ["Tim Bruijnzeels <tim@nlnetlabs.nl>", "Martin Hoffmann <martin@nlnetlabs.nl>"]
[dependencies]
rpki = { git="https://github.com/NLnetLabs/rpki-rs.git", features = [ "softkeys" ] }
base64 = "^0.9"
bcder = "^0.1"
bytes = "^0.4"
chrono = { version = "^0.4", features = ["serde"] }
clap = "^2.32"
hyper = "0.12"
futures = "0.1"
failure = "^0.1"
lazy_static = "^1.1"
openssl = "^0.10"
pretty = "0.5.2"
rand = "^0.5"
serde = { version = "^1.0", features = ["rc"] }
serde_derive = "^1.0"
serde_json = "^1.0"
toml = "^0.4"
tokio = "^0.1"
xml-rs = "0.8.0"