[package] name = "managarr" version = "0.0.19" authors = ["Alex Clarke "] description = "A TUI for managing *arr servers" keywords = ["managarr", "tui-rs", "dashboard", "servarr"] documentation = "https://github.com/Dark-Alex-17/managarr" repository = "https://github.com/Dark-Alex-17/managarr" homepage = "https://github.com/Dark-Alex-17/managarr" readme = "README.md" edition = "2021" [dependencies] anyhow = "1.0.68" backtrace = "0.3.67" bimap = "0.6.3" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.0.30", features = ["help", "usage", "error-context", "derive"] } confy = { version = "0.5.1", default_features = false, features = ["yaml_conf"] } crossterm = "0.26.1" derivative = "2.2.0" human-panic = "1.1.3" indoc = "2.0.0" log = "0.4.17" log4rs = { version = "1.2.0", features = ["file_appender"] } regex = "1.7.1" reqwest = { version = "0.11.14", features = ["json"] } serde_yaml = "0.9.16" serde_json = "1.0.91" serde = { version = "1.0", features = ["derive"] } strum = {version = "0.24", features = ["derive"] } strum_macros = "0.24" tokio = { version = "1.24.1", features = ["full"] } tui = { version = "0.20.1", package = "ratatui" } urlencoding = "2.1.2" [dev-dependencies] cargo-husky = { version = "1.5.0", default_features = false, features = ["user-hooks"] } mockito = "1.0.0" pretty_assertions = "1.3.0" rstest = "0.17.0" [[bin]] bench = false path = "src/main.rs" name = "managarr" [profile.release] lto = true codegen-units = 1