[package] name = "intset" version = "1.0.2" edition = "2018" authors = ["Rob King "] license = "Apache-2.0" description = "Various integer set data structures, each efficient for different operations." homepage = "http://frigidriver.com" repository = "https://github.com/deadpixi/intset" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]