[package] name = "rangelist" version = "0.2.0" description = "A representation of sets as lists of inclusive ranges" authors = ["Jip J. Dekker "] homepage = "https://www.minizinc.org/" repository = "https://github.com/shackle-rs/shackle/" license = "MPL-2.0" keywords = ["set", "range", "list"] edition = "2021" [dependencies] castaway = "0.2" num = "0.4" [dev-dependencies] expect-test = "1.4" [lints] workspace = true