saa-custom 0.22.0

Custom credentials built on top of curves and their verification logic for smart account auth
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "saa-custom"
version = "0.22.0"
authors = ["Kromsten <kromsten@megarock.app>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Custom credentials built on top of curves and their verification logic for smart account auth"
readme = false
license = "MIT"
repository = "https://github.com/MegaRockLabs/smart-account-auth"

[lib]
name = "saa_custom"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"
features = ["alloc"]
default-features = false

[dependencies.bech32]
version = "0.11.0"
features = ["alloc"]
default-features = false

[dependencies.borsh]
version = "1.5.3"
features = ["derive"]
optional = true
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.saa-common]
version = "0.22.0"

[dependencies.saa-curves]
version = "0.22.0"

[dependencies.saa-schema]
version = "0.22.0"

[dependencies.scale]
version = "3.6.12"
features = ["derive"]
optional = true
default-features = false
package = "parity-scale-codec"

[dependencies.scale-info]
version = "2.11.3"
features = ["derive"]
optional = true
default-features = false

[dependencies.schemars]
version = "0.8.21"
features = ["derive"]
optional = true
default-features = false

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

[dependencies.sha2]
version = "0.10.8"
default-features = false

[dev-dependencies.cosmwasm-std]
version = "1.5.8"
default-features = false

[dev-dependencies.saa-curves]
version = "0.22.0"
features = ["cosmwasm"]

[features]
cosmwasm = [
    "saa-curves/cosmwasm",
    "wasm",
]
default = ["std"]
injective = [
    "saa-common/injective",
    "cosmwasm",
]
native = ["saa-curves/native"]
solana = [
    "dep:borsh",
    "saa-curves/solana",
]
std = [
    "saa-curves/std",
    "bech32/std",
    "scale?/std",
    "scale-info?/std",
]
substrate = [
    "dep:scale",
    "dep:scale-info",
    "saa-curves/substrate",
]
wasm = []