[package] name = "tlru" description = "Time-aware Least Recently Used cache implementation" version = "0.1.1" authors = ["Dániel Buga "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] sn_fake_clock = "~0.4.0" async-std = { version = "1.8", features = ["attributes"] }