2020-02-10 13:54:54 +01:00
|
|
|
[package]
|
|
|
|
name = "rtrtr"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
|
|
|
authors = ["The NLnet Labs RPKI Team <rpki-team@nlnetlabs.nl>"]
|
|
|
|
description = "The RPKI Data Express Mail Service"
|
|
|
|
repository = "https://github.com/NLnetLabs/rtrtr"
|
|
|
|
keywords = ["rpki", "routing-security", "bgp"]
|
|
|
|
license = "BSD-3-Clause"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = "2.33"
|
2020-02-12 13:24:48 +01:00
|
|
|
futures = "0.3"
|
|
|
|
log = "0.4"
|
|
|
|
rand = "0.7.3"
|
2020-02-10 13:54:54 +01:00
|
|
|
rpki-rtr = { version = "^0.1", git = "https://github.com/NLnetLabs/rpki-rtr" }
|
2020-02-13 17:03:01 +01:00
|
|
|
simple_logger = "1.5.0"
|
2020-02-12 13:24:48 +01:00
|
|
|
tokio = { version="0.2", features=["dns", "io-util", "macros", "rt-core", "stream", "sync", "tcp", "time"]}
|
2020-02-10 13:54:54 +01:00
|
|
|
|