tiny_lfu 0.7.0

tiny_lfu provides a cache admission control policy.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arrrg"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a350fe7fd683a2b1c781ffc8e88b2a3888812fabbc327770828882f0b40fea"
dependencies = [
 "arrrg_derive",
 "getopts",
]

[[package]]
name = "arrrg_derive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "289198f9de45cef3ee361c783b8104497e8ef648c853407ebc91aa45750f0721"
dependencies = [
 "derive_util",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "biometrics"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a50124c9be28b92ff57aa4f0d14744de4053b253d3d451b7bc08f989dba6a4"
dependencies = [
 "sig_fig_histogram",
]

[[package]]
name = "bloomcalc"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffad7cad3b7acd24a7966e5882d7bda7edb7b4a9ca26bdef02baa39d0d873029"
dependencies = [
 "arrrg",
 "arrrg_derive",
 "getopts",
]

[[package]]
name = "derive_util"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc793ff4fee33f08b7305ace0b2b5642f7c3000fd111b7c0af3533572494284"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
 "unicode-width",
]

[[package]]
name = "proc-macro2"
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "sig_fig_histogram"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43ca5e12dae79261e4e745bb9ef1f4d4c6006ced143f5a0449f5a548c69cfee2"

[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "tiny_lfu"
version = "0.7.0"
dependencies = [
 "biometrics",
 "bloomcalc",
]

[[package]]
name = "unicode-ident"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"

[[package]]
name = "unicode-width"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"