bvs-library 2.0.6

SatLayer Bitcoin Validated Service
Documentation
[dependencies.cosmwasm-crypto]
version = "2.2.2"

[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.serde]
default-features = false
features = ["derive"]
version = "1.0.219"

[dependencies.thiserror]
version = "1.0.58"

[features]
library = []

[lib]
crate-type = ["cdylib", "rlib"]
name = "bvs_library"
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-library"
readme = "README.md"
repository = "https://github.com/satlayer/satlayer-bvs.git"
version = "2.0.6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.base64]
version = "0.22.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.bech32]
version = "0.8.0"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cw20]
version = "2.0.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cw20-base]
version = "2.0.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ripemd]
version = "0.1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.secp256k1]
version = "0.30.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sha2]
default-features = false
version = "0.10.9"