selenite 0.6.0

A Crate For Post-Quantum Cryptography Certificates Built on PQcrypto
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "selenite"
version = "0.6.0"
authors = ["AtropineTears"]
description = "A Crate For Post-Quantum Cryptography Certificates Built on PQcrypto"
readme = "README.md"
keywords = ["cryptography", "post-quantum", "pqcrypto", "sphincs", "nightshade"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AtropineTears/Selenite"
[dependencies.base32]
version = "0.4.0"

[dependencies.base64]
version = "0.13.0"

[dependencies.bincode]
version = "1.3.1"

[dependencies.blake2-rfc]
version = "0.2.18"

[dependencies.bls-signatures]
version = "0.11.0"

[dependencies.chrono]
version = "0.4"
features = ["serde", "rustc-serialize"]

[dependencies.ed25519-dalek]
version = "1.0.1"

[dependencies.getrandom]
version = "0.2.3"

[dependencies.hex]
version = "0.4.2"

[dependencies.log]
version = "0.4.14"

[dependencies.pqcrypto-falcon]
version = "0.2.4"

[dependencies.pqcrypto-sphincsplus]
version = "0.6.0"

[dependencies.pqcrypto-traits]
version = "0.3.3"

[dependencies.rand]
version = "0.7.3"

[dependencies.serde]
version = "1.0.123"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.8.16"

[dependencies.url]
version = "2.2.2"

[dependencies.zeroize]
version = "1.4.3"
features = ["zeroize_derive"]
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.9.0"