[package]
edition = "2021"
name = "antex"
version = "0.0.11"
authors = ["Dariusz Depta <depta@engos.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Styled text and tree in terminal"
documentation = "https://docs.rs/antex"
readme = false
keywords = [
"ansi",
"ascii",
"text",
"tree",
"styled",
]
categories = [
"text-processing",
"visualization",
"encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EngosSoftware/antex.git"
[lib]
name = "antex"
path = "src/lib.rs"
[[bin]]
name = "antex"
path = "src/main.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"