# 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 = "bropages" version = "1.5.0" authors = ["pjmp"] description = """ Highly readable supplement to man pages. Shows simple, concise examples for commands. """ homepage = "https://github.com/pombadev/bropages" readme = "README.md" keywords = [ "bro", "bropages", "tldr", "cheatsheet", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/pombadev/bropages" resolver = "2" [profile.release] opt-level = 3 lto = true panic = "abort" strip = true [[bin]] name = "bro" path = "src/main.rs" [dependencies.bat] version = "0.24.0" features = [ "paging", "regex-fancy", ] default-features = false [dependencies.clap] version = "4.5.4" features = [ "error-context", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.ureq] version = "2.9.6" features = ["json"] default-features = false