cycles-quartz/cosmwasm/packages/quartz-cw/Cargo.toml
dusterbloom 1a2ab7d008
feat(dcap): use tcbinfo from contract for RA verification (#179)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-09-05 14:07:35 +04:00

39 lines
858 B
TOML

[package]
name = "quartz-cw"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["blockchain", "cosmos", "cosmwasm", "cycles", "quartz"]
readme = "README.md"
[features]
default = []
mock-sgx = []
std = ["k256/std", "serde/std", "serde_json/std", "sha2/std", "cosmwasm-std/std"]
[dependencies]
# external
k256.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
sha2.workspace = true
thiserror.workspace = true
hex.workspace = true
# cosmos
cw-storage-plus.workspace = true
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true
# quartz
quartz-tee-ra.workspace = true
# tcbinfo
tcbinfo = { path = "../tcbinfo", features = ["library"] }
[dev-dependencies]
serde_json.workspace = true