recrypt 0.6.1

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]
edition = "2018"
name = "recrypt"
version = "0.6.1"
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

[profile.release]
opt-level = 3
lto = true
debug = false

[lib]
bench = false

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

[dependencies.clear_on_drop]
version = "~0.2"

[dependencies.ed25519-dalek]
version = "1.0.0-pre.1"

[dependencies.gridiron]
version = "^0.5.2"

[dependencies.hex]
version = "~0.3"

[dependencies.lazy_static]
version = "~1.2"

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

[dependencies.quick-error]
version = "~1.2"

[dependencies.rand]
version = "~0.6"

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

[dev-dependencies.proptest]
version = "~0.8"

[dev-dependencies.rand_chacha]
version = "~0.1"

[features]
unstable = []
[target.wasm32-unknown-unknown.dependencies.clear_on_drop]
version = "0.2"
features = ["no_cc"]