[dependencies.cosmwasm-std]
version = "2.0.0"
[features]
library = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "cw_blob"
path = "src/lib.rs"
[package]
authors = ["CyberHoward <cyberhoward@protonmail.com>", "Riada <riada@abstract.money>", "Abstract Money <contact@abstract.money>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This contract expected to be used just for migration with predictable address"
documentation = "https://docs.abstract.money/"
edition = "2021"
homepage = "https://abstract.money"
keywords = ["cosmos", "cosmwasm", "framework"]
license = "GPL-3.0-or-later"
name = "cw-blob"
readme = false
repository = "https://github.com/AbstractSDK/cw-packages"
version = "0.2.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cosmrs]
version = "0.20.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cw-orch]
version = "0.25"