# Caraytid process - loads and runs modules [package] name = "caryatid_process" version = "0.1.0" edition = "2021" authors = ["Paul Clark "] description = "Library for building a Caryatid process" license = "Apache-2.0" [dependencies] caryatid_sdk = { version="0.1", path = "../sdk" } futures = "0.3" anyhow = "1.0" tokio = { version = "1", features = ["full"] } config = "0.14.0" tracing = "0.1.40" lapin = "2.5.0" serde = "1.0.210" serde_json = "1.0" serde_cbor = "0.11.2" rand = "0.8.5" hex = "0.4.3" tracing-subscriber = "0.3.18" [lib] path = "src/process.rs"