2024-02-19 19:13:34 +00:00
|
|
|
[package]
|
|
|
|
name = "quartz-enclave"
|
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"
|
2024-02-19 19:13:34 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
# external
|
|
|
|
clap.workspace = true
|
|
|
|
color-eyre.workspace = true
|
|
|
|
ecies.workspace = true
|
|
|
|
hex.workspace = true
|
|
|
|
k256.workspace = true
|
|
|
|
prost.workspace = true
|
|
|
|
rand.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
tonic.workspace = true
|
|
|
|
tokio.workspace = true
|
2024-02-20 11:27:10 +00:00
|
|
|
|
2024-05-30 00:00:43 +00:00
|
|
|
# cosmos
|
|
|
|
cosmrs.workspace = true
|
|
|
|
cosmwasm-std.workspace = true
|
|
|
|
tendermint.workspace = true
|
|
|
|
tendermint-light-client.workspace = true
|
|
|
|
|
|
|
|
# quartz
|
|
|
|
cw-proof.workspace = true
|
|
|
|
cw-tee-mtcs.workspace = true
|
|
|
|
cycles-sync.workspace = true
|
|
|
|
mtcs.workspace = true
|
|
|
|
quartz-cw.workspace = true
|
|
|
|
quartz-proto.workspace = true
|
|
|
|
quartz-relayer.workspace = true
|
|
|
|
quartz-tee-ra.workspace = true
|
|
|
|
tm-stateless-verifier.workspace = true
|
2024-02-29 11:30:25 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
tonic-build.workspace = true
|