1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

34 lines
862 B
TOML
Raw Normal View History

2018-05-14 19:36:22 +02:00
[package]
2018-07-27 14:33:51 +02:00
name = "routinator"
2018-11-08 13:21:11 +01:00
version = "0.1.3"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
2018-11-01 11:22:42 +01:00
description = "An RPKI relying party software."
repository = "https://github.com/NLnetLabs/routinator"
keywords = ["rpki", "routing-security", "bgp"]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
2018-11-05 15:35:06 +01:00
readme = "README.md"
2018-05-14 19:36:22 +02:00
[dependencies]
2018-07-27 12:52:11 +02:00
bytes = "^0.4"
2018-07-24 11:58:01 +02:00
chrono = "^0.4"
clap = "2.0"
2018-10-25 15:25:44 +02:00
daemonize = "^0.3"
dirs = "1.0"
2018-07-24 11:58:01 +02:00
env_logger = "^0.5"
failure = "^0.1"
2018-07-20 13:45:12 +02:00
futures = "^0.1"
futures-cpupool = "^0.1"
2018-09-25 10:12:44 +02:00
json = "^0.11"
lazy_static = "1.1"
2018-07-20 13:45:12 +02:00
log = "^0.4"
num_cpus = "1.0"
2018-11-09 16:14:40 +01:00
rpki = "^0.2.0"
2018-10-25 10:25:18 +02:00
slab = "^0.4"
2018-10-25 15:38:29 +02:00
syslog = "4.0"
2018-09-25 10:12:44 +02:00
tokio = "^0.1"
tokio-process = "^0.2"
2018-10-25 10:25:18 +02:00
2018-11-09 16:14:40 +01:00
[patch.crates-io]
2018-11-13 02:30:40 +01:00
rpki = { git = "https://github.com/NLnetLabs/rpki-rs.git" }