[package] name = "antex" version = "0.0.8" authors = ["Dariusz Depta "] description = "Styled text and tree in terminal" documentation = "https://docs.rs/antex" repository = "https://github.com/EngosSoftware/antex.git" keywords = ["ansi", "ascii", "text", "tree", "styled"] categories = ["text-processing", "visualization", "encoding"] license = "MIT OR Apache-2.0" edition = "2021" [lib] name = "antex" path = "src/lib.rs" [[bin]] name = "antex" path = "src/main.rs"