# 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 = "txtframe" version = "0.4.0" authors = ["Karl Wulfert "] description = "Creates a frame for text." homepage = "https://github.com/pic16f877ccs/txtframe" readme = "README.md" keywords = [ "text", "frame", "format", ] categories = ["text-processing"] license = "GPL-3.0-or-later" repository = "https://github.com/pic16f877ccs/txtframe" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.smallstr] version = "0.3.0" [dependencies.strip-ansi-escapes] version = "0.1.1" [features] color = [] default = ["color"] esc = [] newline = []