# 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 = "little_boxes" version = "1.8.0" authors = ["Gio d'Amelio "] description = "Adds boxes around stdin. Optionally adds a title" homepage = "https://github.com/giodamelio/little_boxes" documentation = "https://github.com/giodamelio/little_boxes" readme = "README.md" license = "MIT" repository = "https://github.com/giodamelio/little_boxes" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = [ "default", "cargo", ] [dependencies.strip-ansi-escapes] version = "0.1.1" [dependencies.trycmd] version = "0.14.16" features = ["default"] [build-dependencies.clap] version = "4.3.19" features = [ "default", "cargo", ] [build-dependencies.clap_mangen] version = "0.2.12" [features]