antex 0.2.0

Styled text and tree in terminal
Documentation
# 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 = "2024"
name = "antex"
version = "0.2.0"
authors = ["Dariusz Depta <depta@engos.de>"]
build = false
exclude = [
    "rustfmt.toml",
    "Taskfile.yml",
    ".github/",
    ".gitignore",
    "CODE_OF_CONDUCT.md",
    "manual/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Styled text and tree in terminal"
documentation = "https://docs.rs/antex"
readme = "README.md"
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"

[[example]]
name = "always"
path = "examples/always.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "colors"
path = "examples/colors.rs"

[[example]]
name = "format"
path = "examples/format.rs"

[[example]]
name = "hello-world"
path = "examples/hello-world.rs"

[[example]]
name = "never"
path = "examples/never.rs"

[[example]]
name = "switch"
path = "examples/switch.rs"

[[example]]
name = "tree"
path = "examples/tree.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"