provable-sdk 0.1.2

Provable SDK for Rust
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 = "provable-sdk"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provable SDK for Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/provable/provable-sdk"

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

[[test]]
name = "live_inclusion"
path = "tests/live_inclusion.rs"

[[test]]
name = "live_integration"
path = "tests/live_integration.rs"

[[test]]
name = "merkle_fixture"
path = "tests/merkle_fixture.rs"

[[test]]
name = "verify_merkle_proof"
path = "tests/verify_merkle_proof.rs"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.once_cell]
version = "1.20"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.httpmock]
version = "0.7"