# 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 = "did-toolkit" version = "0.2.0" authors = ["Erik Hollensbe "] description = "did-toolkit is a spec-compliant implementation of did-core, W3C's 'Decentralized Identity Documents'" homepage = "https://git.juici.ly/erikh/did-toolkit" readme = "README.md" license = "MIT" repository = "https://git.juici.ly/erikh/did-toolkit" [dependencies.anyhow] version = "^1.0" [dependencies.ciborium] version = "^0.2.0" [dependencies.clap] version = "^4.2.0" features = ["derive"] [dependencies.either] version = "^1.8" features = ["serde"] [dependencies.josekit] version = "^0.8.0" [dependencies.multibase] version = "^0.9" default-features = false [dependencies.rand] version = "^0.8.0" [dependencies.reqwest] version = "^0.11.0" features = [ "blocking", "json", ] [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.sort] version = "^0.8" [dependencies.time] version = "^0.3.0" features = [ "parsing", "macros", ] [dependencies.url] version = "^2.0" features = ["serde"]