2017-10-15 06:57:09 +02:00
|
|
|
[package]
|
2017-10-16 06:05:54 +02:00
|
|
|
name = "memory-cache"
|
2017-10-15 06:57:09 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
description = "An LRU-cache which operates on memory used"
|
|
|
|
license = "GPL3"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
heapsize = "0.4"
|
|
|
|
lru-cache = "0.1"
|