# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "did_common" version = "0.3.0" authors = ["Steve Degosserie "] description = "A rust library for parsing Decentralized Identifiers (DIDs), with no_std support.\n" homepage = "https://github.com/stiiifff/did-common-rust" documentation = "https://github.com/stiiifff/did-common-rust/blob/master/README.md" readme = "README.md" keywords = ["decentralized-id", "did"] categories = ["parser-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/stiiifff/did-common-rust" [dependencies.json] version = "0.12" [dependencies.lazy_static] version = "^1" [features] default = ["std"] std = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.nom] version = "^5" default-features = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.regex] version = "^1" [target."cfg(target_arch = \"wasm32\")".dependencies.nom] version = "^5" default-features = false [badges.maintenance] status = "actively-developed"