web3-proxy/linkedhashmap/Cargo.toml
2022-05-15 01:50:23 +00:00

22 lines
361 B
TOML

[package]
name = "linkedhashmap"
version = "0.2.0"
authors = ["quininer <quininer@live.com>"]
edition = "2018"
[features]
inline-more = [ "hashbrown" ]
[dependencies]
slab = "0.4.6"
hashbrown = { version = "0.12.1", optional = true }
[dev-dependencies]
criterion = "0.3.5"
hashlink = "0.8.0"
linked-hash-map = "0.5.4"
[[bench]]
name = "lru"
harness = false