[package] name = "sparse_set" version = "0.8.2" authors = ["Scott Godwin "] license = "MIT OR Apache-2.0" edition = "2021" repository = "https://github.com/sgodwincs/sparse_set" description = "Implementation of the sparse set data structure" readme = "README.md" categories = ["data-structures"] keywords = ["sparse", "set"] [dependencies] arbitrary = { version = "1.3.0", optional = true } [dev-dependencies] coverage-helper = "0.1.0"