# 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 = "billboard" version = "0.2.0" authors = ["Avery Harnish "] description = "Display informational boxes in the terminal." readme = "README.md" keywords = [ "billboard", "cli", "terminal", "boxen", "info", ] categories = ["value-formatting"] license = "MIT/Apache-2.0" repository = "https://github.com/EverlastingBugstopper/billboard" [[example]] name = "alignment" path = "examples/alignment.rs" [[example]] name = "color" path = "examples/color.rs" [[example]] name = "custom" path = "examples/custom.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [dependencies.console] version = "0.15" [dependencies.term_size] version = "0.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "2" [dev-dependencies.version-sync] version = "0.9"