# 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 = "2018" name = "bb" version = "0.4.4" authors = ["Manos Pitsidianakis "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "clean simple fast process viewer" homepage = "https://nessuent.net/bb.html" readme = "README.md" keywords = [ "process", "processes", "top", "ps", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/epilys/bb.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "bb" path = "src/lib.rs" [[bin]] name = "bb" path = "src/main.rs" [dependencies.cassowary] version = "^0.3.0" [dependencies.crossbeam] version = "0.8.4" [dependencies.libc] version = "0.2.62" [dependencies.nix] version = "0.20.2" [dependencies.signal-hook] version = "0.1.12" [dependencies.signal-hook-registry] version = "1.2.0" [dependencies.termion] version = "1.5.3" [dependencies.unicode-segmentation] version = "1.2.1"