build-fs-tree 0.1.2

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

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

[[bin]]
name = "build-fs-tree"
path = "_cli/build-fs-tree.rs"
doc = false

[[bin]]
name = "build-fs-tree-completions"
path = "_cli/build-fs-tree-completions.rs"
doc = false

[dependencies]
derive_more = "^0.99.13"
pipe-trait = "^0.3.2"
serde_yaml = "^0.8.17"
structopt = "^0.3.21"
structopt-utilities = "^0.0.8"
text-block-macros = "^0.1.0"

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