clawdentity-core 0.1.1

Core Rust library for Clawdentity identity, registry auth, relay, connector, and provider flows.
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 = "clawdentity-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Rust library for Clawdentity identity, registry auth, relay, connector, and provider flows."
readme = "README.md"
license = "MIT"
repository = "https://github.com/vrknetha/clawdentity"
resolver = "2"

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

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

[dependencies.axum]
version = "0.8.1"
features = [
    "http1",
    "json",
    "tokio",
]

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.43"
features = ["clock"]
default-features = false

[dependencies.dirs]
version = "6.0.0"

[dependencies.ed25519-dalek]
version = "2.2.0"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.getrandom]
version = "0.4.1"

[dependencies.image]
version = "0.25.9"
features = ["png"]
default-features = false

[dependencies.qrcode]
version = "0.14.1"

[dependencies.quircs]
version = "0.10.2"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "json",
    "rustls-tls",
    "blocking",
]
default-features = false

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.28.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.ulid]
version = "1.2.1"

[dependencies.url]
version = "2.5.8"

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

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tower]
version = "0.5.2"

[dev-dependencies.wiremock]
version = "0.6.5"