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
|
|
|
|
2024-07-18 23:34:31 +00:00
|
|
|
[features]
|
2024-08-08 10:25:56 +00:00
|
|
|
default = []
|
2024-07-18 23:34:31 +00:00
|
|
|
mock-sgx = []
|
2024-08-08 10:25:56 +00:00
|
|
|
std = ["k256/std", "serde/std", "serde_json/std", "sha2/std", "cosmwasm-std/std"]
|
2024-07-18 23:34:31 +00:00
|
|
|
|
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
|
2024-08-06 20:50:11 +00:00
|
|
|
serde_with.workspace = true
|
2024-05-30 00:00:43 +00:00
|
|
|
sha2.workspace = true
|
|
|
|
thiserror.workspace = true
|
2024-09-05 10:07:35 +00:00
|
|
|
hex.workspace = true
|
2024-09-12 09:10:24 +00:00
|
|
|
|
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
|
2024-09-12 09:10:24 +00:00
|
|
|
tcbinfo.workspace = true
|
2024-09-05 10:07:35 +00:00
|
|
|
|
2024-02-19 15:55:46 +00:00
|
|
|
[dev-dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
serde_json.workspace = true
|