cycles-quartz/cosmwasm/packages/quartz-cw/Cargo.toml

38 lines
815 B
TOML
Raw Normal View History

2024-02-19 15:55:46 +00:00
[package]
name = "quartz-cw"
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", "cosmwasm", "cycles", "quartz"]
readme = "README.md"
2024-02-19 15:55:46 +00:00
[features]
default = []
mock-sgx = []
std = ["k256/std", "serde/std", "serde_json/std", "sha2/std", "cosmwasm-std/std"]
2024-02-19 15:55:46 +00:00
[dependencies]
2024-05-30 00:00:43 +00:00
# external
k256.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
2024-05-30 00:00:43 +00:00
sha2.workspace = true
thiserror.workspace = true
hex.workspace = true
2024-05-30 00:00:43 +00:00
# cosmos
cw-storage-plus.workspace = true
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true
# quartz
quartz-tee-ra.workspace = true
tcbinfo.workspace = true
2024-02-19 15:55:46 +00:00
[dev-dependencies]
2024-05-30 00:00:43 +00:00
serde_json.workspace = true