# 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 = "filetree-traversing" version = "0.1.10" authors = ["Seal "] include = ["src/main.rs"] description = "A Rust library for working with file trees" homepage = "https://github.com/seal/filetree-traversing" readme = "README.md" keywords = [ "file", "tree", "directory", "filesystem", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/seal/filetree-traversing" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.wix] eula = false license = false path-guid = "561EDFEC-7BC9-47BB-81B3-2764ED30D5A4" upgrade-guid = "29B3756A-9D79-4196-A2DA-EFD311E442F4" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "filetree-traversing" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [badges.maintenance] status = "actively-developed"