rootchain-crypto 1.0.2

Cryptographic primitives for the RootChain ecosystem, including Ed25519 signing and Merkle tree implementations.
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 = "rootchain-crypto"
version = "1.0.2"
authors = ["BronzonTech"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographic primitives for the RootChain ecosystem, including Ed25519 signing and Merkle tree implementations."
readme = "README.md"
keywords = [
    "rootchain",
    "blockchain",
    "crypto",
    "ed25519",
    "blake3",
]
license = "MIT"
repository = "https://github.com/BronzonTech-Cloud/rootchain"

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

[[example]]
name = "gen_key"
path = "examples/gen_key.rs"

[dependencies.blake3]
version = "1.5.1"
features = ["serde"]

[dependencies.ed25519-dalek]
version = "2.1"
features = [
    "rand_core",
    "serde",
]

[dependencies.hex]
version = "0.4"

[dependencies.lazy_static]
version = "1.4"

[dependencies.rand_core]
version = "0.6"
default-features = false

[dependencies.rootchain-core]
version = "1.0.2"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.thiserror]
version = "1.0"