indy-data-types 0.4.0

Common data types for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org).
Documentation
[dependencies.indy-utils]
default-features = false
features = ["wql"]
version = "0.3"

[dependencies.once_cell]
version = "1.4"

[dependencies.regex]
version = "1.3"

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

[dependencies.serde_json]
features = ["raw_value"]
optional = true
version = "1.0"

[dependencies.zeroize]
version = "1.1"
[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.serde_json]
version = "1.0"

[features]
cl = ["indy-utils/cl", "serde_support"]
cl_native = ["indy-utils/cl_native", "serde_support"]
default = ["merkle_tree", "serde_support"]
hash = ["indy-utils/hash"]
merkle_tree = ["hash"]
rich_schema = []
serde_support = ["indy-utils/serde_support", "serde", "serde_json"]

[lib]
crate-type = ["rlib"]
name = "indy_data_types"
path = "src/lib.rs"

[package]
authors = ["Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
categories = ["authentication", "cryptography"]
description = "Common data types for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org)."
edition = "2018"
keywords = ["hyperledger", "indy", "ssi", "verifiable", "credentials"]
license = "Apache-2.0"
name = "indy-data-types"
readme = "../README.md"
repository = "https://github.com/bcgov/indy-shared-rs/"
version = "0.4.0"