[package] name = "int_range_set" version = "0.1.0" edition = "2018" authors = ["Ivan Nikitin "] description = "Rangeset container based on tinyvec" repository = "https://github.com/Apolexian/RangeSet" homepage = "https://github.com/Apolexian/RangeSet" readme= "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tinyvec = { version = "1.1", features = ["alloc"] }