# 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" rust-version = "1.75.0" name = "quartz-tm-prover" version = "0.1.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ CLI for generating a Merkle proof of CosmWasm state and accompanying tendermint light client proof (i.e. verification trace) for a given block height and trusted height/hash. Resulting proofs can be verified by quartz-tm-stateless-verifier. """ homepage = "https://cycles.money" readme = "README.md" keywords = [ "cosmos", "cosmwasm", "cycles", "quartz", "sgx", ] categories = [ "command-line-utilities", "cryptography::cryptocurrencies", "wasm", ] license = "Apache-2.0" repository = "https://github.com/informalsystems/cycles-quartz" [lib] name = "quartz_tm_prover" path = "src/lib.rs" [[bin]] name = "main" path = "src/main.rs" [dependencies.clap] version = "4.1.8" features = [ "derive", "std", ] default-features = false [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.cosmrs] version = "0.18.0" default-features = false [dependencies.futures] version = "0.3.27" features = ["alloc"] default-features = false [dependencies.quartz-cw-proof] version = "0.1.0" default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.94" features = ["alloc"] default-features = false [dependencies.tendermint] version = "=0.38.1" default-features = false [dependencies.tendermint-light-client] version = "=0.38.1" features = ["rust-crypto"] default-features = false [dependencies.tendermint-light-client-detector] version = "=0.38.1" default-features = false [dependencies.tendermint-rpc] version = "=0.38.1" features = ["http-client"] default-features = false [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt", ] default-features = false [dependencies.tracing] version = "0.1.39" default-features = false [dependencies.tracing-subscriber] version = "0.3.17" features = [ "fmt", "env-filter", ] default-features = false