signatory-dalek 0.12.0

Signatory Ed25519 provider for ed25519-dalek
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 = "signatory-dalek"
version = "0.12.0"
authors = ["Tony Arcieri <tony@iqlusion.io>"]
description = "Signatory Ed25519 provider for ed25519-dalek"
homepage = "https://github.com/tendermint/signatory"
readme = "README.md"
keywords = ["cryptography", "dalek", "ed25519", "signing", "signatures"]
categories = ["authentication", "cryptography", "no-std"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tendermint/signatory/tree/develop/providers/signatory-dalek/"

[[bench]]
name = "ed25519"
harness = false
[dependencies.digest]
version = "0.8"
default-features = false

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

[dependencies.sha2]
version = "0.8"
default-features = false

[dependencies.signatory]
version = "0.12"
features = ["digest", "ed25519", "generic-array", "test-vectors"]
default-features = false
[dev-dependencies.criterion]
version = "0.2"

[features]
avx2_backend = ["ed25519-dalek/avx2_backend"]
default = ["u64_backend"]
nightly = ["ed25519-dalek/nightly"]
u32_backend = ["ed25519-dalek/u32_backend"]
u64_backend = ["ed25519-dalek/u64_backend"]
[badges.circle-ci]
repository = "tendermint/signatory"