bvs-pauser 2.4.0

SatLayer Bitcoin Validated Service
[[bin]]
name = "schema"
path = "src/bin/schema.rs"

[dependencies.bvs-library]
version = "2.4.0"

[dependencies.cosmwasm-schema]
version = "2.2.2"

[dependencies.cosmwasm-std]
features = ["cosmwasm_2_0"]
version = "2.2.2"

[dependencies.cw-storage-plus]
version = "2.0.0"

[dependencies.cw2]
version = "2.0.0"

[dependencies.schemars]
version = "0.8.22"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.219"

[dependencies.strum]
features = ["derive"]
version = "0.27"

[dependencies.thiserror]
version = "1.0.58"

[features]
library = []

[lib]
crate-type = ["cdylib", "rlib"]
name = "bvs_pauser"
path = "src/lib.rs"

[package]
authors = ["SatLayer"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "SatLayer Bitcoin Validated Service"
documentation = "https://github.com/satlayer/satlayer-bvs.git"
edition = "2021"
homepage = "https://satlayer.xyz/"
include = ["src"]
keywords = ["SatLayer", "Restaking", "BTC", "cosmos", "cosmwasm"]
license = "BUSL-1.1"
name = "bvs-pauser"
readme = "README.md"
repository = "https://github.com/satlayer/satlayer-bvs.git"
version = "2.4.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cw-multi-test]
features = ["cosmwasm_2_0"]
version = "2.5.1"