# 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 = "dir-meta" version = "0.5.3" authors = ["448 OG "] description = "Read a directory and get back all files and errors from the read operation" homepage = "https://github.com/448-engineering/DirMeta.git" readme = "README.md" keywords = [ "recursion", "directory", "files", "async", ] categories = ["filesystem"] license = "Apache-2.0" repository = "https://github.com/448-engineering/DirMeta.git" [dependencies.async-recursion] version = "1.0.5" [dependencies.byte_prefix] version = "1.0.0" [dependencies.chrono] version = "0.4.31" optional = true [dependencies.file-format] version = "0.23.0" features = [ "reader", "reader-asf", "reader-cfb", "reader-ebml", "reader-exe", "reader-mp4", "reader-pdf", "reader-rm", "reader-txt", "reader-xml", "reader-zip", ] [dependencies.humantime] version = "2.1.0" optional = true [dependencies.inotify] version = "0.10.2" optional = true default-features = false [dependencies.smol] version = "2.0.0" [dependencies.tai64] version = "4.0.0" [features] default = [ "time", "watcher", ] time = [ "dep:chrono", "dep:humantime", ] watcher = ["dep:inotify"]