[package]
name = "routinator"
version = "0.3.4"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
build = "build.rs"
description = "An RPKI relying party software."
readme = "README.md"
keywords = ["rpki", "routing-security", "bgp"]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
repository = "https://github.com/NLnetLabs/routinator"
[package.metadata.deb]
assets = [["target/release/routinator", "usr/bin/", "755"], ["README.md", "usr/share/doc/routinator/", "644"], ["doc/misc.md", "usr/share/doc/routinator/misc.md", "644"], ["doc/routinator.1", "usr/share/man/man1/routinator.1", "644"], ["etc/routinator.service", "lib/systemd/system/routinator.service", "644"]]
depends = "$auto, rsync"
extended-description = "The Resource Public Key Infrastructure provides cryptographically signed statements about the association of Internet routing resources. In particular, it allows the holder of an IP address prefix to publish which AS number will be the origin of BGP route announcements for it. Routinator is a RPKI relying party software written in Rust. "
license-file = ["LICENSE", "0"]
maintainer = "The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"
maintainer-scripts = "debian"
priority = "optional"
section = "rust"
[dependencies.bytes]
version = "^0.4"
[dependencies.chrono]
version = "^0.4"
[dependencies.clap]
version = "^2.0"
[dependencies.derive_more]
version = "^0.14"
[dependencies.dirs]
version = "^2.0"
[dependencies.fern]
version = "^0.5"
[dependencies.futures]
version = "^0.1"
[dependencies.futures-cpupool]
version = "^0.1"
[dependencies.httparse]
version = "^1.3"
[dependencies.json]
version = "^0.11"
[dependencies.listenfd]
version = "^0.3.3"
[dependencies.log]
version = "^0.4"
[dependencies.log-reroute]
version = "^0.1.2"
[dependencies.num_cpus]
version = "^1.0"
[dependencies.rpki]
version = "^0.4.0"
[dependencies.slab]
version = "^0.4"
[dependencies.tempfile]
version = "^3.0"
[dependencies.tokio]
version = "^0.1"
[dependencies.tokio-process]
version = "^0.2"
[dependencies.toml]
version = "^0.4"
[dependencies.unwrap]
version = "^1.2.1"
[build-dependencies.rustc_version]
version = "^0.2.3"
[features]
default = []
extra-debug = ["rpki/extra-debug"]
[target."cfg(unix)".dependencies.daemonize]
version = "^0.3"
[target."cfg(unix)".dependencies.libc]
version = "^0.2"
[target."cfg(unix)".dependencies.syslog]
version = "^4.0"