[package] name = "variable-provider" description = "variable provider smart contract" license = { workspace = true } version = { workspace = true } authors = { workspace = true } edition = { workspace = true } exclude = ["contract.wasm", "hash.txt"] [lib] crate-type = ["cdylib", "rlib"] [profile.release] opt-level = 3 debug = false rpath = false lto = true debug-assertions = false codegen-units = 1 panic = 'abort' incremental = false overflow-checks = true [features] backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] cosmwasm-schema = { workspace = true } cosmwasm-std = { workspace = true } cw-storage-plus = { workspace = true } schemars = { workspace = true } rhaki-cw-plus = { workspace = true } thiserror = { workspace = true } variable-provider-pkg = { workspace = true }