[package] name = "data_structure_traits" description = "data structure collection traits" version = "0.1.12" authors = ["nathanfaucett "] keywords = ["data", "structure", "collection", "traits", "no_std"] categories = ["data-structures"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://gitlab.com/nathanfaucett/rs-data_structure_traits.git" homepage = "https://gitlab.com/nathanfaucett/rs-data_structure_traits" documentation = "https://docs.rs/data_structure_traits" [lib] name = "data_structure_traits" path = "src/lib.rs" [dependencies] hashmap_core = { version = "0.1", optional = true } [dev-dependencies] [features] std = [] default = ["std"]