keri-controller 0.14.1

KERI Identifier Management Library
Documentation
[dependencies.async-std]
features = ["attributes", "tokio1"]
version = "1.12.0"

[dependencies.cesrox]
version = "0.1.4"

[dependencies.futures]
version = "0.3.24"

[dependencies.itertools]
version = "0.11.0"

[dependencies.keri-core]
features = ["oobi", "mailbox"]
version = "0.14.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.teliox]
version = "0.14.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.3.1"

[dev-dependencies.tempfile]
version = "3.1"

[lib]
name = "keri_controller"
path = "src/lib.rs"

[package]
authors = ["Human Colossus Foundation <contact@humancolossus.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "KERI Identifier Management Library"
edition = "2021"
license = "EUPL-1.2"
name = "keri-controller"
readme = "README.md"
repository = "https://github.com/THCLab/keriox"
version = "0.14.1"

[package.metadata.release]
pre-release-hook = ["ls"]
publish = false

[[test]]
name = "test_delegated_incept"
path = "tests/test_delegated_incept.rs"

[[test]]
name = "test_group_incept"
path = "tests/test_group_incept.rs"

[[test]]
name = "test_kel_managing"
path = "tests/test_kel_managing.rs"

[[test]]
name = "test_tel_managing"
path = "tests/test_tel_managing.rs"