cw-auths 0.3.1

Authentication library for smart accounts of CosmWasm
Documentation
[dependencies.saa-schema]
features = ["cosmwasm"]
version = "0.25.1"

[dependencies.smart-account-auth]
features = ["types", "traits"]
version = "0.25.0"

[dependencies.types]
package = "cw-auth-types"
version = "0.3.0"

[features]
cw_1 = ["types/cw_1"]
cw_2 = ["types/cw_2"]
default = ["cw_1", "session"]
multimsg = []
session = ["types/session"]
types = []
utils = ["smart-account-auth/utils"]

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

[package]
authors = ["Kromsten <kromsten@megarock.app>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Authentication library for smart accounts of CosmWasm"
edition = "2021"
license = "MIT"
name = "cw-auths"
readme = "README.md"
repository = "https://github.com/MegaRockLabs/cw-auths"
version = "0.3.1"