[package] name = "router-wasm-bindings" version = "1.0.4" authors = ["Venkatesh Mankena <mankenavenkatesh@gmail.com>"] edition = "2018" description = "Bindings for CustomMsg and CustomQuery for the Router blockchain" repository = "https://github.com/router-protocol/router-wasm-bindings" homepage = "https://www.routerprotocol.com/" license = "Apache-2.0" [dependencies] cosmwasm-std = "^1.5.5" schemars = "0.8.19" hex = "0.4.3" bech32 = "0.11.0" serde = { version = "1.0.201", default-features = false, features = ["derive"] } [dev-dependencies] cosmwasm-schema = "1.5.5"