auths-verifier 0.0.1-rc.7

Minimal-dependency attestation verification library for Auths - supports FFI and WASM
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 = "2024"
name = "auths-verifier"
version = "0.0.1-rc.7"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal-dependency attestation verification library for Auths - supports FFI and WASM"
homepage = "https://github.com/auths-dev/auths"
readme = "README.md"
keywords = [
    "cryptography",
    "verification",
    "attestation",
    "ed25519",
    "wasm",
]
categories = [
    "cryptography",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/auths-dev/auths"

[features]
default = ["native"]
ffi = [
    "libc",
    "native",
    "dep:tokio",
]
native = [
    "dep:ring",
    "auths-crypto/native",
]
test-utils = ["auths-crypto/test-utils"]
wasm = [
    "wasm-bindgen",
    "dep:wasm-bindgen-futures",
    "getrandom/wasm_js",
    "getrandom_02/js",
    "auths-crypto/wasm",
]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "wasm_bindings"
path = "tests/wasm_bindings.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.auths-crypto]
version = "0.0.1-rc.4"
default-features = false

[dependencies.base64]
version = "0.22.1"

[dependencies.blake3]
version = "1.5"

[dependencies.bs58]
version = "0.5.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.getrandom]
version = "0.4.1"
optional = true

[dependencies.getrandom_02]
version = "0.2"
optional = true
package = "getrandom"

[dependencies.hex]
version = "0.4.3"
features = ["serde"]

[dependencies.json-canon]
version = "0.1"

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.ring]
version = "0.17.14"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.wasm-bindgen-futures]
version = "0.4"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.auths-crypto]
version = "0.0.1-rc.4"
features = ["test-utils"]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.pkcs8]
version = "0.10"
features = ["alloc"]

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.proptest]
version = "1.4"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.ring]
version = "0.17.14"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt",
]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"