2018-05-14 19:36:22 +02:00
|
|
|
[package]
|
|
|
|
name = "rpki"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Martin Hoffmann <hn@nvnc.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-06-27 18:30:38 +02:00
|
|
|
base64 = "^0.9"
|
2018-06-19 18:17:46 +02:00
|
|
|
# Move to published 0.5 once that is available.
|
|
|
|
bytes = { git = "https://github.com/carllerche/bytes.git" }
|
2018-05-14 19:36:22 +02:00
|
|
|
chrono = "0.4"
|
|
|
|
ring = "^0.12"
|
|
|
|
untrusted = "^0.5"
|
2018-06-27 18:30:38 +02:00
|
|
|
url = "1.0"
|
2018-05-22 16:48:18 +02:00
|
|
|
|
|
|
|
[features]
|
|
|
|
# Print out additional debug messages. This feature is intended for
|
|
|
|
# development use exclusively and MUST NOT be enabled in release builds.
|
|
|
|
extra-debug = []
|
|
|
|
|