auths-sdk 0.0.1-rc.7

Application services layer for Auths identity operations
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-sdk"
version = "0.0.1-rc.7"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application services layer for Auths identity operations"
homepage = "https://github.com/auths-dev/auths"
readme = "README.md"
keywords = [
    "sdk",
    "identity",
    "did",
    "cryptography",
    "attestation",
]
categories = [
    "cryptography",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/auths-dev/auths"

[features]
test-utils = ["auths-id/test-utils"]

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

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

[dependencies.auths-core]
version = "0.0.1-rc.4"

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

[dependencies.auths-id]
version = "0.0.1-rc.4"

[dependencies.auths-policy]
version = "0.0.1-rc.4"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.html-escape]
version = "0.2"

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

[dependencies.ring]
version = "0.17.14"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.zeroize]
version = "1.8"

[dev-dependencies.auths-core]
version = "0.0.1-rc.4"
features = ["test-utils"]

[dev-dependencies.auths-id]
version = "0.0.1-rc.4"
features = ["test-utils"]

[dev-dependencies.auths-storage]
version = "0.0.1-rc.4"
features = ["backend-git"]

[dev-dependencies.auths-verifier]
version = "0.0.1-rc.4"
features = ["test-utils"]
default-features = false

[dev-dependencies.git2]
version = "0.20.4"

[dev-dependencies.sha2]
version = "0.10"

[dev-dependencies.tempfile]
version = "3"