[package] authors = ["Richard Dodd ", "Arvid Norlander"] categories = ["parsing", "os::unix-apis", "filesystem"] description = "A crate for iterating through the entries of an mtree record file." edition = "2021" keywords = ["mtree", "checksum", "file", "manifest"] license = "Apache-2.0 OR MIT" name = "mtree2" readme = "README.md" repository = "https://github.com/VorpalBlade/paketkoll" version = "0.6.8" [dependencies] bitflags.workspace = true faster-hex.workspace = true memchr.workspace = true smallvec.workspace = true [lints] workspace = true