1
0
mirror of https://github.com/NLnetLabs/rtrtr.git synced 2024-05-11 05:55:07 +00:00
nlnetlabs-rtrtr/Cargo.toml
Martin Hoffmann 8bb9322048 Bump version.
2020-11-09 15:10:16 +01:00

38 lines
997 B
TOML

[package]
name = "rtrtr"
version = "0.1.0-bis"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <rpki-team@nlnetlabs.nl>"]
description = "A versatile tool for managing route filters"
repository = "https://github.com/NLnetLabs/rtrtr"
keywords = ["rpki", "routing-security", "bgp"]
license = "BSD-3-Clause"
readme = "README.md"
[dependencies]
arc-swap = "0.4.7"
chrono = "0.4.11"
clap = "2.33"
crossbeam-utils = "0.7.2"
fern = "0.6.0"
futures = "0.3"
hyper = "0.13.4"
log = "0.4"
log-reroute = "0.1.5"
rand = "0.7.3"
rpki-rtr = "0.2.0"
serde = "1.0"
serde_derive = "1.0"
slab = "0.4.2"
simple-logging = "2.0.2"
tokio = { version="0.2", features=["dns", "io-util", "macros", "rt-core", "rt-threaded", "stream", "sync", "tcp", "time"]}
toml = "0.5.6"
[target.'cfg(unix)'.dependencies]
libc = "0.2.68"
syslog = "5.0.0"
[profile.release]
panic = "abort"