# 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 = "dirinventory" version = "0.7.0" authors = ["Christian Thäter "] description = "Very fast multithreaded directory traversal" documentation = "http://docs.rs/dirinventory" readme = "README.md" keywords = ["filesystem", "fs", "unix"] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/cehteh/dirinventory.git" resolver = "2" [dependencies.crossbeam-channel] version = "0.5" [dependencies.derivative] version = "2.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.mpmcpq] version = "0.7" [dependencies.openat_ct] version = "0.2.0-pre5" [dependencies.parking_lot] version = "0.11" [dev-dependencies.env_logger] version = "0.9" [badges.maintenance] status = "actively-developed"