[dependencies.async-recursion]
version = "1.0.5"
[dependencies.byte_prefix]
version = "1.0.0"
[dependencies.chrono]
optional = true
version = "0.4.31"
[dependencies.file-format]
features = ["reader", "reader-asf", "reader-cfb", "reader-ebml", "reader-exe", "reader-mp4", "reader-pdf", "reader-rm", "reader-txt", "reader-xml", "reader-zip"]
version = "0.22.0"
[dependencies.humantime]
optional = true
version = "2.1.0"
[dependencies.smol]
version = "1.3.0"
[dependencies.tai64]
version = "4.0.0"
[features]
default = ["time"]
time = ["dep:chrono", "dep:humantime"]
[package]
authors = ["448 OG <superuser@448.africa>"]
categories = ["filesystem"]
description = "Read a directory and get back all files and errors from the read operation"
edition = "2021"
homepage = "https://github.com/448-engineering/DirMeta.git"
keywords = ["recursion", "directory", "files", "async"]
license = "Apache-2.0"
name = "dir-meta"
readme = "README.md"
repository = "https://github.com/448-engineering/DirMeta.git"
version = "0.3.1"