[package] name = "token-bindings" version = "0.11.0" authors = ["Ethan Frey ", "Reece Williams "] edition = "2018" description = "Bindings for CustomMsg and CustomQuery for blockchains supporting Token Factory." repository = "https://github.com/CosmosContracts/token-bindings" homepage = "https://junonetwork.io" license = "Apache-2.0" keywords = ["juno", "blockchain", "token-factory", "osmosis"] readme = "../../README.md" [dependencies] cosmwasm-schema = "1.1" cosmwasm-std = "1.1" schemars = "0.8" serde = { version = "1.0", default-features = false, features = ["derive"] } [dev-dependencies]