[package] name = "cyber-std" version = "0.3.0" authors = ["CyberHead"] edition = "2018" description = "Bindings for CustomMsg and CustomQuery for the Cyber" repository = "https://github.com/cybercongress/cw-cyber" homepage = "https://github.com/cybercongress/go-cyber" license = "Unlicense" readme = "README.md" [dependencies] cosmwasm-std = { version = "1.5.3", features = ["iterator", "staking"] } cid = { version = "0.8.6" } cw-storage-plus = "1.2.0" cosmwasm-schema = "1.5.3" cw-utils = "0.16.0" thiserror = "1.0.59" serde-json-wasm = "1.0.0" prost = "0.12.4"