version = 4
[[package]]
name = "arc-cache"
version = "0.2.6"
dependencies = [
"nohash-hasher",
"xlru-cache",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "xlru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44afd8581e5fc8b79c83ebf5ce600994f5d53fd7500624ff839920af0e5bffd"
dependencies = [
"linked-hash-map",
]