keri-controller 0.17.10

KERI Identifier Management Library
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[features]
query_cache = ["rusqlite"]

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

[[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"

[dependencies.async-std]
version = "1.12.0"
features = [
    "attributes",
    "tokio1",
]

[dependencies.async-trait]
version = "0.1.57"

[dependencies.cesrox]
version = "0.1.8"

[dependencies.futures]
version = "0.3.24"

[dependencies.itertools]
version = "0.11.0"

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

[dependencies.reqwest]
version = "0.12.22"

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]
optional = true

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0"

[dependencies.teliox]
version = "0.17.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.3.1"

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