[package] name = "astrovault-nibiru-handler" version = "0.1.2" authors = ["FSoares "] edition = "2021" description = "Common Astrovault Nibiru Handler helpers" license = "Apache-2.0" homepage = "https://astrovault.io" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib", "rlib"] [features] # use library feature to disable all instantiate/execute/query exports library = [] [dependencies] cosmwasm-std = { version = "2.0.0"} cosmwasm-schema = { version = "2.0.0" } serde = { version = "1.0.137", default-features = false, features = ["derive"] } schemars = "0.8.10" thiserror = "1.0.31" cw20 = "2.0.0" [profile.release] opt-level = 3 debug = false rpath = false lto = true debug-assertions = false codegen-units = 1 panic = 'abort' incremental = false overflow-checks = true