wormhole/cosmwasm/packages/wormhole-bindings/Cargo.toml

18 lines
441 B
TOML

[package]
name = "wormhole-bindings"
version = "0.1.0"
authors = ["Wormhole Project Contributors"]
edition = "2021"
[features]
fake = ["dep:cw-multi-test", "dep:k256"]
[dependencies]
anyhow = "1"
cosmwasm-schema = "1"
cosmwasm-std = "1"
schemars = "0.8.8"
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
cw-multi-test = { version = "0.13.2", optional = true }
k256 = { version = "0.9.4", optional = true }