tiny_lfu 0.10.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.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7bfb0e95696c02800215ff6da343605c7450390d6bd778e180781586cda6dec"
dependencies = [
 "arrrg_derive",
 "getopts",
]

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

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

[[package]]
name = "bloomcalc"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4554df3fece0dff824dfd25c337f598f17c9d246bea378cc61c9259c2389cd57"
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.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
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.10.0"
dependencies = [
 "biometrics",
 "bloomcalc",
]

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

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