[package] name = "ias-channel" version = "0.1.0" edition = "2024" [dependencies] ias-common = { path = "../ias-common" } ias-context = { path = "../ias-context" } ias-http = { path = "../ias-http" } ias-mail = { path = "../ias-mail" } ias-wechat = { path = "../ias-wechat" } anyhow = "1" chrono = { version = "0.4", features = ["serde"] } serde_json = "1" sqlx = { version = "0.9.0", features = [ "runtime-tokio", "tls-rustls", "postgres", "chrono", ] } tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync", "time"] } uuid = { version = "1", features = ["v4", "serde"] }