acdp-did 0.1.1

did:web and did:key resolution for the Agent Context Distribution Protocol (ACDP)
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"
rust-version = "1.86"
name = "acdp-did"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "did:web and did:key resolution for the Agent Context Distribution Protocol (ACDP)"
homepage = "https://github.com/agentcontextdistributionprotocol/acdp-rs"
documentation = "https://docs.rs/acdp-did"
readme = "README.md"
keywords = [
    "acdp",
    "did",
    "did-web",
    "did-key",
    "identity",
]
categories = [
    "cryptography",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/agentcontextdistributionprotocol/acdp-rs"

[features]
client = [
    "dep:reqwest",
    "dep:lru",
    "acdp-safe-http/client",
]
tracing = ["dep:tracing"]

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

[dependencies.acdp-primitives]
version = "0.1.1"

[dependencies.acdp-safe-http]
version = "0.1.1"

[dependencies.base64]
version = "0.22"

[dependencies.bs58]
version = "0.5"

[dependencies.hex]
version = "0.4"

[dependencies.lru]
version = "0.16"
optional = true

[dependencies.p256]
version = "0.13"
features = [
    "ecdsa",
    "std",
]
default-features = false

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

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

[dependencies.serde_json]
version = "1"
features = [
    "preserve_order",
    "float_roundtrip",
]

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
optional = true
default-features = false

[dependencies.urlencoding]
version = "2"

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"