# 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 = "dirx" version = "0.1.0" authors = ["Andrea Corbellini "] description = "Creates an in-memory index of all the files in a directory tree, and allows efficient scanning of only those files that have been modified since the index got created" keywords = [ "filesystem", "directory", "indexing", "recursive", ] categories = ["filesystem"] license = "BSD-3-Clause" repository = "https://github.com/andreacorbellini/rust-dirx" [dependencies.indexmap] version = "2.0" [dependencies.nix] version = "0.26" features = [ "dir", "fs", ] default-features = false [dev-dependencies.indoc] version = "2.0" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.tempfile] version = "3.6"