recrypt 0.2.0

A pure-Rust implementation of Transform Encryption, a Proxy Re-encryption scheme
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 = "recrypt"
version = "0.2.0"
authors = ["IroncCore Labs <info at ironcorelabs.com>"]
description = "A pure-Rust implementation of Transform Encryption, a Proxy Re-encryption scheme"
documentation = "https://docs.rs/recrypt"
readme = "README.md"
keywords = ["cryptography", "proxy-re-encryption", "PRE", "ECC", "transform-encryption"]
categories = ["cryptography", "algorithms"]
license = "AGPL-3.0-only"
repository = "https://github.com/IronCoreLabs/recrypt-rs"
[profile.test]
opt-level = 2
debug = true

[profile.dev]
opt-level = 2
debug = true

[[bench]]
name = "api_benchmark"
harness = false
[dependencies.arrayvec]
version = "0.4.7"

[dependencies.clear_on_drop]
version = "0.2"

[dependencies.curve25519-dalek]
version = "0.20"

[dependencies.ed25519-dalek]
version = "~0.8"

[dependencies.gridiron]
version = "0.2"

[dependencies.lazy_static]
version = "1.0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "~0.5"

[dependencies.sha2]
version = "0.7.1"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.hex]
version = "0.3.2"

[dev-dependencies.proptest]
version = "0.8.3"

[features]
unstable = []