identity_core 0.1.0

An implementation of the Decentralized Identifiers (DID) standard
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.pest]
version = "2.1"

[dependencies.pest_derive]
version = "2.1"

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

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.proptest]
version = "0.10"

[dev-dependencies.totems]
version = "0.2.7"

[package]
authors = ["IOTA Identity"]
description = "An implementation of the Decentralized Identifiers (DID) standard"
edition = "2018"
homepage = "https://www.iota.org"
keywords = ["iota", "tangle", "identity"]
license = "Apache-2.0"
name = "identity_core"
readme = "../README.md"
repository = "https://github.com/iotaledger/identity.rs"
version = "0.1.0"