[dependencies.cosmwasm-schema]
default-features = false
version = "2.2.2"
[dependencies.cw-storage-plus]
optional = true
version = "2.0.0"
[dependencies.cw-storage-plus-one]
optional = true
package = "cw-storage-plus"
version = "1.2.0"
[dependencies.protos]
optional = true
package = "cw-auth-protos"
version = "0.3.0"
[dependencies.saa-schema]
features = ["cosmwasm"]
version = "0.25.1"
[dependencies.smart-account-auth]
features = ["types", "traits"]
version = "0.25.0"
[dependencies.strum]
version = "0.27.1"
[dependencies.thiserror]
default-features = false
version = "2.0.12"
[features]
cw_1 = ["dep:cw-storage-plus-one", "smart-account-auth/cosmwasm_1"]
cw_2 = ["dep:cw-storage-plus", "smart-account-auth/cosmwasm"]
default = ["cw_1"]
session = ["smart-account-auth/session", "dep:protos"]
[lib]
name = "cw_auth_types"
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-auth-types"
readme = "README.md"
repository = "https://github.com/MegaRockLabs/cw-auths"
version = "0.3.0"