# 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" rust-version = "1.80" name = "build-fs-tree" version = "0.7.1" authors = ["khai96_ "] build = false include = [ "*.rs", "/Cargo.toml", "/README.md", "/LICENSE.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generate a filesystem tree from a macro or a YAML tree" documentation = "https://docs.rs/build-fs-tree" readme = "README.md" keywords = [ "file", "directory", "filesystem", "tree", "yaml", ] categories = [ "command-line-utilities", "development-tools", "filesystem", "rust-patterns", ] license = "MIT" repository = "https://github.com/KSXGitHub/build-fs-tree.git" [lib] name = "build_fs_tree" path = "lib.rs" doc = true [[bin]] name = "build-fs-tree" path = "_cli/build-fs-tree.rs" doc = false required-features = ["cli"] [[bin]] name = "build-fs-tree-completions" path = "_cli/build-fs-tree-completions.rs" doc = false required-features = ["cli-completions"] [dependencies.clap] version = "^4.5.16" optional = true [dependencies.clap-utilities] version = "^0.2.0" optional = true [dependencies.derive_more] version = "^1.0.0" features = [ "as_ref", "deref", "deref_mut", "display", "error", "from", "index", "into", "try_into", ] [dependencies.pipe-trait] version = "^0.4.0" [dependencies.serde] version = "^1.0.208" features = ["derive"] [dependencies.serde_yaml] version = "^0.9.33" [dependencies.text-block-macros] version = "^0.1.1" [features] cli = [ "clap/derive", "clap-utilities", ] cli-completions = ["cli"] default = []