[package] name = "tree_decorator" version = "0.1.2" authors = ["Lucas Miranda "] edition = "2018" description = "An utility lib to render pleasing tree structures at terminal programs." repository = "https://github.com/lucas-miranda/tree_decorator/" license = "MIT" keywords = ["tree", "aesthetics", "decorate", "term", "string"] categories = ["command-line-interface"] [dependencies] log = { version = "^0.4", optional = true } [dev-dependencies] simple_logger = "^1.11.0" [features] default = ["log"] no_log = []