# 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 = "antex" version = "0.0.8" authors = ["Dariusz Depta "] build = 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 = "test_tree" path = "tests/test_tree.rs"