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