local_verify 0.1.12

A Library containing utilities for the local verification of merkle tree response obtained from the managed verifier canister
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 = "local_verify"
version = "0.1.12"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Library containing utilities for the local verification of merkle tree response obtained from the managed verifier canister"
documentation = "https://www.usher.so/"
readme = false
keywords = [
    "verity",
    "IC",
    "canister",
    "merkleproof",
]
license = "MIT/Apache-2.0"

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

[dependencies.anyhow]
version = "1.0.90"

[dependencies.easy-hasher]
version = "2.2.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.libsecp256k1]
version = "0.7.1"
features = ["lazy-static-context"]
default-features = false

[dependencies.rs_merkle]
version = "1.4.2"