2023-11-07 13:01:05 +00:00
|
|
|
[package]
|
2024-10-01 14:27:57 +00:00
|
|
|
name = "quartz-tm-prover"
|
2024-05-30 00:00:43 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
keywords = ["blockchain", "cosmos", "tendermint", "cycles", "quartz"]
|
|
|
|
readme = "README.md"
|
2023-11-07 13:01:05 +00:00
|
|
|
|
2024-07-30 17:55:52 +00:00
|
|
|
[[bin]]
|
|
|
|
name = "main"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
2023-11-07 13:01:05 +00:00
|
|
|
[dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
# external
|
|
|
|
clap.workspace = true
|
|
|
|
color-eyre.workspace = true
|
|
|
|
futures.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
|
|
|
|
|
|
|
# cosmos
|
|
|
|
cosmrs.workspace = true
|
|
|
|
tendermint.workspace = true
|
|
|
|
tendermint-rpc.workspace = true
|
|
|
|
tendermint-light-client.workspace = true
|
|
|
|
tendermint-light-client-detector.workspace = true
|
|
|
|
|
|
|
|
# quartz
|
2024-10-01 14:27:57 +00:00
|
|
|
quartz-cw-proof.workspace = true
|