# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "adguardian" version = "1.6.0" authors = ["Alicia Sykes"] description = "Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance " readme = ".github/README.md" keywords = [ "adguard", "monitoring", "statistics", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Lissy93/AdGuardian-Term" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4" [dependencies.colored] version = "2.0" [dependencies.crossterm] version = "0.22.0" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui] version = "0.20.1" package = "ratatui"