# 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 = "terminal-banner" version = "0.4.1" authors = ["muji "] description = "Render a banner to the terminal" readme = "README.md" keywords = [ "terminal", "banner", "wordwrap", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tmpfs/terminal-banner" [[example]] name = "default" path = "examples/default.rs" required-features = ["color"] [[example]] name = "strong" path = "examples/strong.rs" required-features = ["color"] [dependencies.colored] version = "2.1.0" optional = true [dependencies.textwrap] version = "0.16" features = ["terminal_size"] [build-dependencies.rustc_version] version = "0.4.0" [features] color = ["colored"]