[package] name = "cw-ibc-query" version = "0.1.0" authors = ["Giancarlos Salas "] edition = "2018" description = "Contract to allow ibc queries from remote chains." repository = "https://github.com/disperze/cw-osmo" license = "MIT" keywords = ["cosmwasm", "ibc"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib", "rlib"] [features] backtraces = ["cosmwasm-std/backtraces"] [dependencies] cosmwasm-std = { version = "1.0.0-beta5", features = ["stargate"] } cw-storage-plus = "0.12.1" cw-osmo-proto = { path = "../../packages/osmo-proto", version = "0.1.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.23" } [dev-dependencies] cosmwasm-schema = "1.0.0-beta5"