# 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 = "ptree" version = "0.5.2" authors = ["Miha Čančula "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pretty-print tree-like structures" readme = "README.md" keywords = [ "tree", "cli", "terminal", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/Noughmad/ptree" [lib] name = "ptree" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "builder" path = "examples/builder.rs" required-features = ["ansi"] [[example]] name = "dirtree" path = "examples/dirtree.rs" [[example]] name = "petgraph" path = "examples/petgraph.rs" required-features = ["petgraph"] [[example]] name = "serde" path = "examples/serde.rs" required-features = [ "value", "ansi", ] [[test]] name = "config_file" path = "tests/config_file.rs" [[test]] name = "version_numbers" path = "tests/version_numbers.rs" [dependencies.anstyle] version = "1.0" optional = true [dependencies.config] version = "0.14" optional = true [dependencies.directories] version = "5.0" optional = true [dependencies.petgraph] version = "0.6" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-value] version = "0.7" optional = true [dependencies.tint] version = "1.0" optional = true [dev-dependencies.lazy_static] version = "1.1" [dev-dependencies.serde_any] version = "0.5" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tempfile] version = "3.0" [dev-dependencies.version-sync] version = "0.9.0" [features] ansi = [ "anstyle", "tint", ] conf = [ "config", "directories", ] default = [ "petgraph", "ansi", "conf", "value", ] value = ["serde-value"] [badges.appveyor] repository = "Noughmad/ptree" service = "gitlab" [badges.codecov] repository = "Noughmad/ptree" service = "gitlab" [badges.gitlab] branch = "master" repository = "Noughmad/ptree"