[package]
name = "erased_set"
description = "A set of erased types"
version = "0.7.0"
authors = ["Maël Obréjan <mael.obrejan@protonmail.com>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/malobre/erased_set"
categories = ["no-std", "data-structures"]
readme = "README.md"
keywords = ["anymap", "typemap", "map", "set"]
include = ["/src/", "Cargo.toml", "LICENSE"]
[[bench]]
name = "iai"
path = "benches/iai.rs"
harness = false
[[bench]]
name = "criterion"
path = "benches/criterion.rs"
harness = false
[features]
default = ["send", "sync"]
send = []
sync = []
[dev-dependencies]
criterion = "0.3.5"
iai = "0.1.1"