[package] name = "rand-pop" version = "0.1.1" authors = ["Clar Charr "] repository = "https://github.com/clarcharr/rand-pop" documentation = "https://clarcharr.github.io/rand-pop/rand_pop" description = "Trait for random removal from containers." readme = "README.md" license-file = "LICENSE" exclude = [".gitignore"] [dependencies] rand = "0.3" [dev-dependencies] clippy = "^0.0" quickcheck = "0.3"