# 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 = "mirro-rs" version = "0.2.3" authors = ["rtkay123 "] description = "An ArchLinux mirrorlist manager with a TUI" homepage = "https://github.com/rtkay123/mirro-rs" documentation = "https://github.com/rtkay123/mirro-rs" keywords = [ "http", "tui", "linux", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rtkay123/mirro-rs" [dependencies.ahash] version = "0.8.10" [dependencies.anyhow] version = "1.0.80" [dependencies.archlinux] version = "0.1.3" features = ["time"] package = "mirrors-arch" [dependencies.cfg-if] version = "1.0.0" optional = true [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.itertools] version = "0.12.1" [dependencies.notify] version = "6.1.1" optional = true [dependencies.ratatui] version = "0.26.1" features = ["crossterm"] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" optional = true [dependencies.serde_yaml] version = "0.9.32" optional = true [dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "macros", "fs", ] [dependencies.toml] version = "0.8.10" optional = true [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.tui-logger] version = "0.11.0" features = [ "crossterm", "tracing-support", ] default-features = false [dependencies.unicode-width] version = "0.1.11" [dev-dependencies.toml] version = "0.8.10" [build-dependencies.clap] version = "4.5.1" features = ["derive"] [build-dependencies.clap_complete] version = "4.5.1" [build-dependencies.clap_mangen] version = "0.2.20" [build-dependencies.serde] version = "1.0.197" features = ["derive"] [features] default = [] json = [ "dep:serde_json", "dep:notify", "dep:cfg-if", ] toml = [ "dep:toml", "dep:notify", "dep:cfg-if", ] yaml = [ "dep:serde_yaml", "dep:notify", "dep:cfg-if", ] [target."cfg(unix)".dependencies.tracing-journald] version = "0.3.0"