crypto-utils 0.2.0

Signature verification utilities
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "crypto-utils"
version = "0.2.0"
authors = ["Polytope Labs <hello@polytope.technology>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Signature verification utilities"
documentation = "https://docs.rs/crypto-utils"
readme = "README.md"
keywords = [
    "serde",
    "utilities",
]
license = "Apache-2.0"
repository = "https://github.com/polytope-labs/hyperbridge"

[features]
default = ["std"]
std = [
    "anyhow/std",
    "codec/std",
    "scale-info/std",
    "sp-core/std",
    "sp-io/std",
]

[lib]
name = "crypto_utils"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"
default-features = false

[dependencies.codec]
version = "3.7"
features = ["derive"]
default-features = false
package = "parity-scale-codec"

[dependencies.scale-info]
version = "2.1.1"
features = ["derive"]
default-features = false

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

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