# 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.56.0" name = "dir_indexer" version = "0.0.2" authors = ["mailmeatsri14@gmail.com"] include = [ "src/lib.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE", ] description = "The project is a Rust library for indexing and retrieving file paths within a directory tree" documentation = "https://docs.rs/dir_indexer" readme = "README.md" keywords = [ "directory", "linux", "paths", ] license = "MIT" repository = "https://github.com/sri-varshan14/dir_indexer" [dependencies]