mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
20 lines
479 B
TOML
20 lines
479 B
TOML
[package]
|
|
name = "rpki"
|
|
version = "0.1.0"
|
|
authors = ["Martin Hoffmann <hn@nvnc.de>"]
|
|
|
|
[dependencies]
|
|
base64 = "^0.9"
|
|
# Move to published 0.5 once that is available.
|
|
bytes = { git = "https://github.com/carllerche/bytes.git" }
|
|
chrono = "0.4"
|
|
ring = "^0.12"
|
|
untrusted = "^0.5"
|
|
url = "1.0"
|
|
|
|
[features]
|
|
# Print out additional debug messages. This feature is intended for
|
|
# development use exclusively and MUST NOT be enabled in release builds.
|
|
extra-debug = []
|
|
|