interactive intro to open social
1[package]
2name = "at-me"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7actix-web = "4.10"
8actix-files = "0.6"
9actix-session = { version = "0.10", features = ["cookie-session"] }
10atrium-api = "0.25"
11atrium-common = "0.1"
12atrium-oauth = "0.1.0"
13atrium-identity = "0.1.3"
14serde = { version = "1.0", features = ["derive"] }
15serde_json = "1.0"
16tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
17hickory-resolver = "0.24"
18env_logger = "0.11"
19log = "0.4"
20reqwest = { version = "0.12", features = ["json"] }
21rocketman = "0.2.0"
22futures-util = "0.3"
23anyhow = "1.0"
24async-stream = "0.3"
25async-trait = "0.1"
26once_cell = "1.20"
27dashmap = "6.1"
28chrono = { version = "0.4", features = ["serde"] }
29urlencoding = "2.1"