cycles-quartz/crates/utils/cw-prover/Cargo.toml
Shoaib Ahmed 382866be24
chore: v0.1 release prep Cargo.tomls
Co-authored-by: Ethan Buchman <ethan@coinculture.info>
2024-10-09 23:30:52 +04:00

33 lines
766 B
TOML

[package]
name = "quartz-cw-prover"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file.workspace = true
repository.workspace = true
homepage.workspace = true
categories = ["command-line-utilities", "cryptography::cryptocurrencies", "wasm"]
keywords = ["cosmos", "cosmwasm", "cycles", "quartz", "sgx"]
readme = "README.md"
description = """
CLI to generate a merkle proof of a key in the state of a CosmWasm contract.
"""
[dependencies]
# external
clap.workspace = true
serde_json.workspace = true
tokio.workspace = true
# cosmos
cosmrs.workspace = true
tendermint.workspace = true
tendermint-rpc.workspace = true
# quartz
quartz-cw-proof.workspace = true
[dev-dependencies]
hex.workspace = true