ptree 0.2.1

Pretty-print tree-like structures
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ptree"
version = "0.2.1"
authors = ["Miha Čančula <miha@noughmad.eu>"]
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"

[[example]]
name = "basic"

[[example]]
name = "dirtree"

[[example]]
name = "builder"
required-features = ["ansi"]

[[example]]
name = "petgraph"
required-features = ["petgraph"]

[[example]]
name = "serde"
required-features = ["value", "ansi"]
[dependencies.ansi_term]
version = "0.11"
optional = true

[dependencies.config]
version = "0.9"

[dependencies.directories]
version = "1.0"

[dependencies.isatty]
version = "0.1"
optional = true

[dependencies.petgraph]
version = "0.4"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde-value]
version = "0.5"
optional = true

[dependencies.serde_derive]
version = "1.0"

[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.2"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.version-sync]
version = "0.5.0"

[features]
ansi = ["ansi_term", "isatty", "tint"]
default = ["petgraph", "ansi", "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"