[package] name = "clockpro-cache" description = "CLOCK-Pro cache replacement policy" version = "0.1.12" homepage = "https://github.com/jedisct1/rust-clockpro-cache" keywords = ["cache"] license = "MIT" authors = ["Frank Denis "] categories = ["algorithms", "caching"] edition = "2018" [badges] appveyor = { repository = "jedisct1/rust-clockpro-cache" } [dependencies] slabigator = { version = "0.9.1", features = ["slot_usize", "releasefast"] } bitflags = "2.4" [dev-dependencies] criterion = "0.5" rand = "0.8.5" rand_distr = "0.4.3" [[bench]] name = "criterion" harness = false [profile.release] panic = "abort" opt-level = 3