[package] categories = ["filesystem", "os::linux-apis"] description = "Check installed distro files for changes (caching library)" edition = "2021" keywords = ["package-management"] license = "MPL-2.0" name = "paketkoll_cache" repository = "https://github.com/VorpalBlade/paketkoll" rust-version = "1.80.0" version = "0.2.6" [dependencies] ahash.workspace = true cached.workspace = true compact_str.workspace = true dashmap.workspace = true eyre.workspace = true paketkoll_types = { version = "0.2.1", path = "../paketkoll_types" } serde.workspace = true smallvec.workspace = true tracing.workspace = true [lints] workspace = true