signatory-ring 0.12.0

Signatory ECDSA (NIST P-256) and Ed25519 provider for *ring*
Documentation
[package]
name        = "signatory-ring"
description = "Signatory ECDSA (NIST P-256) and Ed25519 provider for *ring*"
version     = "0.12.0" # Also update html_root_url in lib.rs when bumping this
license     = "Apache-2.0 OR MIT"
authors     = ["Tony Arcieri <tony@iqlusion.io>"]
homepage    = "https://github.com/tendermint/signatory"
repository  = "https://github.com/tendermint/signatory/tree/develop/providers/signatory-ring/"
readme      = "README.md"
categories  = ["authentication", "cryptography", "no-std"]
keywords    = ["cryptography", "ecdsa", "ed25519", "ring", "signatures"]
edition     = "2018"

[badges]
circle-ci = { repository = "tendermint/signatory" }

[dependencies]
ring = "0.14"
untrusted = "0.6"

[dependencies.signatory]
version = "0.12"
default-features = false
features = ["pkcs8", "test-vectors"]
path = ".."

[dev-dependencies]
criterion = "0.2"

[features]
default = ["ecdsa", "ed25519", "std"]
ecdsa = ["signatory/ecdsa"]
ed25519 = ["signatory/ed25519"]
std = ["signatory/std"]

[[bench]]
name = "ecdsa"
harness = false

[[bench]]
name = "ed25519"
harness = false