did-resolver-cheqd 1.0.1

DID Resolver Rust implementation for did:cheqd method, using the ssi crate and Cheqd GRPC APIs
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"
rust-version = "1.87"
name = "did-resolver-cheqd"
version = "1.0.1"
authors = ["Cheqd Foundation Limited (https://github.com/cheqd)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DID Resolver Rust implementation for did:cheqd method, using the ssi crate and Cheqd GRPC APIs"
readme = "README.md"
keywords = [
    "ssi",
    "did",
    "cheqd",
]
categories = ["web-programming::http-client"]
license = "Apache-2.0"

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

[dependencies.chrono]
version = "0.4.39"
features = ["now"]
default-features = false

[dependencies.prost]
version = "0.13.3"
default-features = false

[dependencies.prost-types]
version = "0.13.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
features = ["arbitrary_precision"]

[dependencies.ssi-dids-core]
version = "0.1.3"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.tokio]
version = "1.42.0"

[dependencies.tonic]
version = "0.12.3"
features = [
    "codegen",
    "prost",
    "channel",
    "tls",
    "tls-roots",
    "tls-webpki-roots",
]
default-features = false

[dependencies.url]
version = "2.5.4"
default-features = false

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

[dev-dependencies.tokio]
version = "1.42.0"
features = [
    "macros",
    "rt",
]
default-features = false