[package] authors = ["Cristi Cobzarenco "] name = "idcontain" version = "0.7.6" description = "Generational (or tagged) ID-based containers." homepage = "https://github.com/cristicbz/idcontain.rs" repository = "https://github.com/cristicbz/idcontain.rs" documentation = "https://docs.rs/idcontain" readme = "README.md" keywords = ["collections", "containers", "id", "generational", "ecs"] license = "MIT/Apache-2.0" [dependencies] rand = "0.5.4"