[package] name = "xpla-cosmwasm" version = "0.1.0" authors = ["DELIGHT LABS"] edition = "2018" description = "Xpla types" license = "Apache-2.0" repository = "https://github.com/xpladev/xpla-cosmwasm" homepage = "https://xpla.io/" documentation = "https://docs.xpla.io" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] # for quicker tests, cargo test --lib # for more explicit tests, cargo test --features=backtraces backtraces = ["cosmwasm-std/backtraces"] [dependencies] cosmwasm-std = { version = "1.0.0", features = ["stargate"] } schemars = "0.8.10" serde = { version = "1.0.103", default-features = false, features = ["derive"] } protobuf = { version = "2", features = ["with-bytes"] } [dev-dependencies] cosmwasm-schema = { version = "1.0.0" } hex = "0.4.3" [profile.release] opt-level = 3 debug = false rpath = false lto = true debug-assertions = false codegen-units = 1 panic = 'abort' incremental = false overflow-checks = true