build-fs-tree 0.2.6

Generate a filesystem tree from a macro or a YAML tree
Documentation
[[bin]]
doc = false
name = "build-fs-tree"
path = "_cli/build-fs-tree.rs"

[[bin]]
doc = false
name = "build-fs-tree-completions"
path = "_cli/build-fs-tree-completions.rs"
[dependencies.derive_more]
version = "^0.99.13"

[dependencies.pipe-trait]
version = "^0.3.2"

[dependencies.serde]
features = ["derive"]
version = "^1.0.126"

[dependencies.serde_yaml]
version = "^0.8.17"

[dependencies.structopt]
version = "^0.3.21"

[dependencies.structopt-utilities]
version = "^0.0.8"

[dependencies.text-block-macros]
version = "^0.1.1"

[lib]
doc = true
name = "build_fs_tree"
path = "lib.rs"

[package]
authors = ["khai96_ <hvksmr1996@gmail.com>"]
build = false
categories = ["command-line-utilities", "development-tools", "filesystem", "rust-patterns"]
description = "Generate a filesystem tree from a macro or a YAML tree"
documentation = "https://docs.rs/build-fs-tree"
edition = "2018"
include = ["*.rs", "/Cargo.toml", "/README.md", "/LICENSE.md"]
keywords = ["file", "directory", "filesystem", "tree", "yaml"]
license = "MIT"
name = "build-fs-tree"
readme = "README.md"
repository = "https://github.com/KSXGitHub/build-fs-tree.git"
version = "0.2.6"