# 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 = "dirix" version = "0.1.0" exclude = [ "/test", "output.txt", ] description = "A lightweight directory indexer that indexes basic file information." homepage = "https://tigerros.github.io/dirix/" readme = "README.md" keywords = [ "file", "filesystem", "tree", ] categories = [ "filesystem", "data-structures", "caching", ] license = "MIT" repository = "https://github.com/tigerros/dirix/"