# 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" name = "xdid" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple DID library." readme = "README.md" keywords = ["did"] license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/xdid" [lib] name = "xdid" path = "src/lib.rs" [dependencies.thiserror] version = "1.0.64" [dependencies.xdid-core] version = "0.2.0" [dependencies.xdid-method-key] version = "0.2.0" optional = true [dependencies.xdid-method-web] version = "0.2.0" optional = true [dev-dependencies.hyper] version = "1.5.0" features = [ "http1", "server", ] [dev-dependencies.hyper-util] version = "0.1.10" [dev-dependencies.port_check] version = "0.2.1" [dev-dependencies.serde_json] version = "1.0.132" [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", "rt-multi-thread", ] [features] default = [ "did-key", "did-web", ] did-key = ["dep:xdid-method-key"] did-web = ["dep:xdid-method-web"]