[package] name = "echoed" publish = false version = "0.1.0" edition = "2021" [dependencies] async-trait = "0.1.83" color-eyre = "0.6.3" crossterm = "0.28.1" email_address = "0.2.9" lazy_static = "1.5.0" paste = "1.0.15" ratatui = "0.29.0" regex = "1.11.1" reqwest = { version = "0.12.9", features = ["cookies", "multipart"] } reqwest_cookie_store = { git = "https://git.newty.dev/newt/reqwest_cookie_store_tokio.git" } thiserror = "1.0.66" tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] } tui-textarea = "0.7.0" tui_confirm_dialog = "0.2.4" url = "2.5.3"