19 lines
288 B
TOML
19 lines
288 B
TOML
|
[package]
|
||
|
name = "linkedhashmap"
|
||
|
version = "0.2.0"
|
||
|
authors = ["quininer <quininer@live.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
slab = "0.4.6"
|
||
|
hashbrown = "0.12.1"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
criterion = "0.3.5"
|
||
|
hashlink = "0.8.0"
|
||
|
linked-hash-map = "0.5.4"
|
||
|
|
||
|
[[bench]]
|
||
|
name = "lru"
|
||
|
harness = false
|