mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-18 07:27:42 +02:00
45 lines
1.2 KiB
TOML
45 lines
1.2 KiB
TOML
[package]
|
|
name = "krill"
|
|
version = "0.5.0-pre"
|
|
authors = [ "The NLnet Labs RPKI team <rpki-team@nlnetlabs.nl>" ]
|
|
description = "Resource Public Key Infrastructure (RPKI) daemon"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
actix-web = { version = "1.0.3", features = ["ssl"] }
|
|
base64 = "^0.10"
|
|
bcder = "0.4.0"
|
|
bytes = "^0.4"
|
|
clokwerk = "^0.1"
|
|
chrono = { version = "^0.4", features = ["serde"] }
|
|
clap = "^2.32"
|
|
derive_more = "^0.13"
|
|
fern = { version = "^0.5", features = ["syslog-4"] }
|
|
futures = "0.1"
|
|
hex = "^0.3"
|
|
lazy_static = "^1.1"
|
|
log = "^0.4"
|
|
openssl = { version = "^0.10", features = ["v110"] }
|
|
pretty = "0.5.2"
|
|
rand = "^0.5"
|
|
reqwest = "^0.9.17"
|
|
rpki = "0.8.3"
|
|
serde = { version = "^1.0", features = ["derive"] }
|
|
serde_json = "^1.0"
|
|
syslog = "^4.0"
|
|
toml = "^0.4"
|
|
tokio = "^0.1"
|
|
uuid = "0.7"
|
|
xml-rs = "0.8.0"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
libc = "^0.2"
|
|
syslog = "^4.0"
|
|
|
|
[build-dependencies]
|
|
ignore = "^0.4"
|
|
|
|
[features]
|
|
default = []
|
|
extra-debug = [ "rpki/extra-debug" ]
|