keri-controller 0.17.13

KERI Identifier Management Library
Documentation
[package]
name = "keri-controller"
version = "0.17.13"
description = "KERI Identifier Management Library"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
query_cache = ["rusqlite"]

[dependencies]
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
futures = "0.3.24"
keri-core = { path = "../../keriox_core", version = "0.17.13", features = ["oobi-manager", "mailbox"] }
teliox = {path = "../../support/teliox", version = "0.17.13" }
thiserror = "1.0"
serde_json = "1.0"
url = "2.3.1"
cesrox = { version = "0.1.8" }
itertools = "0.11.0"
rusqlite = { version = "0.32.1", features = ["bundled"], optional = true}
serde = "1.0.219"
reqwest = "0.12.22"
async-trait = "0.1.57"

[dev-dependencies]
witness = { path = "../witness" }
tempfile = { version = "3.1" }

[package.metadata.release]
publish = false