[package]
name = "liquid-finance"
version = "0.1.6"
authors = ["Lydia Labs"]
edition = "2021"
description = "Common Liquid Finance global helpers for this project"
license = "Apache-2.0"
homepage = "https://liquidfinance.xyz"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["cdylib", "rlib"]

[features]
backtraces = ["cosmwasm-std/backtraces"]
# use library feature to disable all instantiate/execute/query exports
library = []

[dependencies]
archway-bindings   = "0.1.0"
cosmwasm-schema    = "1.0.0-beta"
cosmwasm-std       = "1.0.0-beta"
cosmwasm-storage   = "1.0.0-beta"
cw2                = "1.0.1"
cw20               = "1.0.1"
cw20-base          = "1.0.1"
cw-multi-test      = "0.16.5"
cw-storage-plus    = "1.0.1"
cw-utils           = "1.0.1"
schemars           = "0.8.11"
serde              = { version = "1.0.152", default-features = false, features = ["derive"] }
serde-json-wasm    = "0.5"
thiserror          = "1.0.38"
protobuf           = "2"

[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1
panic = 'abort'
incremental = false
overflow-checks = true