2026-04-03 18:46:14 -04:00
|
|
|
[package]
|
|
|
|
|
name = "consciousness-channel-telegram"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
capnp = "0.20"
|
|
|
|
|
capnp-rpc = "0.20"
|
|
|
|
|
dirs = "6"
|
|
|
|
|
futures = "0.3"
|
|
|
|
|
poc-memory = { path = "../.." }
|
2026-04-05 13:17:38 -04:00
|
|
|
reqwest = { version = "0.13", default-features = false, features = ["json", "form", "rustls"] }
|
2026-04-03 18:46:14 -04:00
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
|
serde_json = "1"
|
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
|
tokio-util = { version = "0.7", features = ["compat"] }
|
2026-04-05 06:54:11 -04:00
|
|
|
log = "0.4"
|
|
|
|
|
env_logger = "0.11"
|