iota-identity 0.1.0

A rust implementation of identity for IOTA and other systems
Documentation
[dependencies.account]
package = "identity_account"
version = "0.1"

[dependencies.communication]
package = "identity_communication"
version = "0.1"

[dependencies.doc_manager]
package = "identity_doc_manager"
version = "0.1"

[dependencies.integration]
package = "identity_integration"
version = "0.1"

[dependencies.resolver]
package = "identity_resolver"
version = "0.1"

[dependencies.schema]
package = "identity_schema"
version = "0.1"

[dependencies.vc]
package = "identity_vc"
version = "0.1"

[lib]
name = "iota_identity"

[package]
authors = ["IOTA Identity"]
description = "A rust implementation of identity for IOTA and other systems"
edition = "2018"
keywords = ["iota", "identity"]
license = "Apache-2.0/MIT"
name = "iota-identity"
readme = "README.md"
version = "0.1.0"