# 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 = "2018" name = "didkit-http" version = "0.2.0" authors = ["Spruce Systems, Inc."] exclude = ["/tests"] description = "HTTP server for Verifiable Credentials and Decentralized Identifiers." homepage = "https://github.com/spruceid/didkit/tree/main/http/" documentation = "https://docs.rs/didkit-http/" keywords = ["ssi", "did", "vc", "http", "api"] categories = ["web-programming::http-server"] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/spruceid/didkit/" [dependencies.clap] version = "3.0" features = ["derive", "env"] [dependencies.didkit] version = "0.4" features = ["http-did"] [dependencies.didkit-cli] version = "0.2" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.hyper] version = "0.14" features = ["server", "client", "http1", "http2", "stream"] [dependencies.percent-encoding] version = "2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.ssi] version = "0.4" default-features = false [dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"] [dependencies.tower-service] version = "0.3" [dev-dependencies.did-method-key] version = "0.1" [features] default = ["ring"] ring = ["ssi/ring"]