# 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" name = "tree-create" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A utility to create directory structures from a tree-like text input" readme = "README.md" keywords = [ "cli", "filesystem", "directory", "tree", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/codyw912/tree-create" [lib] name = "tree_create" path = "src/lib.rs" [[bin]] name = "tree-create" path = "src/main.rs" [[test]] name = "create_tree" path = "tests/create_tree.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.tempfile] version = "3.2" [dev-dependencies.tempfile] version = "3.2"