# 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" rust-version = "1.71.0" name = "parui" version = "1.0.18" include = [ "src/**/*", "README.md", ] description = "Simple TUI frontend for paru or yay." homepage = "https://github.com/Vonr/parui" readme = "README.md" keywords = [ "tui", "terminal", "frontend", "paru", ] license = "MIT" repository = "https://github.com/Vonr/parui" [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 debug = 0 strip = "symbols" [profile.release-with-debug] debug = 2 inherits = "release" strip = false [dependencies.atomic] version = "0.6.0" [dependencies.bytemuck] version = "1.15.0" features = ["derive"] [dependencies.compact_strings] version = "4.1.2" [dependencies.crossterm] version = "0.27.0" features = ["events"] default-features = false [dependencies.dhat] version = "0.3.3" optional = true [dependencies.nohash-hasher] version = "0.2.0" [dependencies.parking_lot] version = "0.12.2" [dependencies.regex] version = "1.10.4" features = [ "perf", "std", ] default-features = false [dependencies.tokio] version = "1.37.0" features = [ "process", "rt-multi-thread", "time", "macros", "sync", ] [dependencies.tui] version = "0.26.2" features = ["crossterm"] package = "ratatui" [dependencies.ureq] version = "2.9.7" [features] dhat = ["dep:dhat"]