[package] name = "cw-prover" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.8", features = ["derive"] } cosmos-sdk-proto = { version = "0.20.0", features = ["cosmwasm"] } cosmrs = "0.15.0" tendermint-rpc = { version = "0.34.0", features = ["http-client"] } tokio = { version = "1.26.0", features = ["full"] } serde_json = "1.0.108"