# 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 = "breweri" version = "1.0.0" include = [ "src/**/*", "README.md", ] description = "Simple TUI frontend for brew." homepage = "https://github.com/Vonr/breweri" readme = "README.md" keywords = [ "tui", "terminal", "frontend", "homebrew", ] license = "MIT" repository = "https://github.com/Vonr/breweri" [profile.release] opt-level = 3 lto = false codegen-units = 1 debug = 0 strip = "symbols" [profile.release-with-debug] debug = 2 inherits = "release" strip = false [dependencies.arc-swap] version = "1.7.1" [dependencies.atomic] version = "0.6.0" [dependencies.bytemuck] version = "1.15.0" features = ["derive"] [dependencies.compact_strings] version = "4.0.2" [dependencies.crossterm] version = "0.27.0" features = ["events"] default-features = false [dependencies.nohash-hasher] version = "0.2.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.tokio] version = "1.37.0" features = [ "process", "rt-multi-thread", "time", "macros", "sync", ] [dependencies.tui] version = "0.26.1" features = ["crossterm"] package = "ratatui"