sp-application-crypto 3.0.0

Provides facilities for generating application specific crypto wrapper types.
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "2.0.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.101"

[dependencies.sp-core]
default-features = false
version = "3.0.0"

[dependencies.sp-io]
default-features = false
version = "3.0.0"

[dependencies.sp-std]
default-features = false
version = "3.0.0"

[features]
default = ["std"]
full_crypto = ["sp-core/full_crypto", "sp-io/disable_panic_handler", "sp-io/disable_oom"]
std = ["full_crypto", "sp-core/std", "codec/std", "serde", "sp-std/std", "sp-io/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Provides facilities for generating application specific crypto wrapper types."
documentation = "https://docs.rs/sp-application-crypto"
edition = "2018"
homepage = "https://substrate.dev"
license = "Apache-2.0"
name = "sp-application-crypto"
readme = "README.md"
repository = "https://github.com/paritytech/substrate/"
version = "3.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]