# 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 = "bvr" version = "0.0.4" authors = ["An Tran "] exclude = [ "HomebrewFormula", "/.github/", "/ci/", "/pkg/", "/benchsuite/", "/scripts/", ] description = "A pager designed to help you chew through logs." homepage = "https://github.com/Avarel/bvr" readme = "README.md" keywords = [ "cli", "pager", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Avarel/bvr" [profile.flamegraph] debug = 2 inherits = "release" strip = false [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "bvr" path = "crates/cli/main.rs" bench = false [dependencies.anyhow] version = "1.0" [dependencies.arboard] version = "3.3" features = ["wayland-data-control"] [dependencies.bitflags] version = "2.4" [dependencies.bvr-core] version = "0.0.4" [dependencies.clap] version = "4.4" features = [ "cargo", "derive", ] [dependencies.crossterm] version = "0.27" features = ["use-dev-tty"] [dependencies.itoa] version = "1.0" [dependencies.lru] version = "0.12" [dependencies.ratatui] version = "0.25" [dependencies.regex] version = "1.10" [dependencies.shellexpand] version = "3.1" [dependencies.shlex] version = "1.2"