# Caraytid module SDK [package] name = "caryatid_sdk" version = "0.1.0" edition = "2021" authors = ["Paul Clark "] description = "The Caryatid framework module SDK" license = "Apache-2.0" [dependencies] tokio = { version = "1", features = ["full"] } anyhow = "1.0" futures = "0.3" serde_json = "1.0" config = "0.14.0" caryatid-macros = { version="0.1", path = "macros" } tracing = "0.1.40" serde = { version = "1.0.214", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } [lib] crate-type = ["rlib"]