lazyBoy/crates/api/Cargo.toml

44 lines
1.2 KiB
TOML
Raw Normal View History

2026-09-03 12:46:14 +00:00
[package]
name = "lazyboy-api"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
lazyboy-contracts.workspace = true
lazyboy-control.workspace = true
lazyboy-harness = { path = "../harness" }
lazyboy-sandbox = { path = "../sandbox" }
axum.workspace = true
tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
sqlx.workspace = true
uuid.workspace = true
chrono.workspace = true
tower-http.workspace = true
async-trait = "0.1"
rig-core.workspace = true
base64.workspace = true
hmac.workspace = true
sha2.workspace = true
hex.workspace = true
reqwest.workspace = true
tokio-tungstenite.workspace = true
futures-util = "0.3"
http-body-util = "0.1"
dotenvy = "0.15"
2026-09-06 07:32:48 +00:00
fastembed = { version = "6.0.2", default-features = false, features = ["hf-hub-rustls-tls", "ort-load-dynamic"] }
2026-09-04 05:41:09 +00:00
rmcp = { version = "3.2", default-features = false, features = ["client", "transport-child-process", "transport-streamable-http-client-reqwest"] }
http = "1"
aes-gcm = "0.10"
cron = "0.15"
chrono-tz = "0.10"
rand = "0.8"
cap-std = "3"