auths-sdk 0.1.2

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.1.2"
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]
backend-git = [
    "dep:auths-storage",
    "auths-storage/backend-git",
]
indexed-storage = ["auths-id/indexed-storage"]
keychain-secure-enclave = ["auths-core/keychain-secure-enclave"]
lan-pairing = ["dep:auths-pairing-daemon"]
mcp = ["dep:reqwest"]
test-utils = ["auths-id/test-utils"]
witness-client = ["auths-id/witness-client"]
witness-server = ["auths-core/witness-server"]

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

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

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

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

[dependencies.auths-core]
version = "0.1.2"

[dependencies.auths-crypto]
version = "0.1.2"
default-features = false

[dependencies.auths-id]
version = "0.1.2"

[dependencies.auths-infra-http]
version = "0.1.2"

[dependencies.auths-keri]
version = "0.1.2"

[dependencies.auths-oidc-port]
version = "0.1.2"

[dependencies.auths-pairing-daemon]
version = "0.1.2"
optional = true

[dependencies.auths-policy]
version = "0.1.2"

[dependencies.auths-rp]
version = "0.1.2"

[dependencies.auths-storage]
version = "0.1.2"
optional = true

[dependencies.auths-telemetry]
version = "0.1.2"

[dependencies.auths-transparency]
version = "0.1.2"
features = ["native"]
default-features = false

[dependencies.auths-verifier]
version = "0.1.2"
features = ["native"]
default-features = false

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.dashmap]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.hex]
version = "0.4"

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

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

[dependencies.p256]
version = "=0.13.2"
features = ["ecdsa"]

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "rustls",
    "json",
]
optional = true
default-features = false

[dependencies.ring]
version = "=0.17.14"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "=0.10.9"

[dependencies.ssh-key]
version = "0.6"
features = ["ecdsa"]

[dependencies.subtle]
version = "=2.6.1"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
    "v4",
]

[dependencies.walkdir]
version = "2"

[dependencies.zeroize]
version = "=1.8.2"
features = [
    "serde",
    "derive",
]

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.git2]
version = "0.20.4"
features = ["vendored-libgit2"]
default-features = false

[dev-dependencies.tar]
version = "0.4"

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

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[lints.clippy]
dbg_macro = "deny"
disallowed_methods = "deny"
exit = "deny"
expect_used = "deny"
print_stderr = "deny"
print_stdout = "deny"
unwrap_used = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"