rpki 0.3.2

A library for validating and creating RPKI data.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rpki"
version = "0.3.2"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
description = "A library for validating and creating RPKI data."
keywords = ["rpki", "routing-security"]
categories = ["network-programming"]
license = "BSD-3-Clause"
repository = "https://github.com/NLnetLabs/rpki-rs"
[dependencies.base64]
version = "^0.9"

[dependencies.bcder]
version = "^0.2.1"

[dependencies.bytes]
version = "^0.4"

[dependencies.chrono]
version = "^0.4"

[dependencies.derive_more]
version = "^0.14"

[dependencies.hex]
version = "^0.3"

[dependencies.log]
version = "^0.4"

[dependencies.openssl]
version = "^0.10"
optional = true

[dependencies.ring]
version = "^0.13"

[dependencies.slab]
version = "^0.4"
optional = true

[dependencies.untrusted]
version = "^0.6"

[features]
default = []
extra-debug = ["bcder/extra-debug"]
softkeys = ["openssl", "slab"]