[package] name = "disjoint" version = "0.8.0" authors = ["Jonathan Gruner "] description = "Fast and safe implementation of the disjoint-set data structure." license = "MIT OR Apache-2.0" repository = "https://github.com/jogru0/disjoint" readme = "README.md" keywords = ["disjoint_set", "disjoint_sets", "union_find", "merge_find", "safe"] categories = ["data-structures", "algorithms"] edition = "2018" # rust-version = "1.31" <-- We really support this version, it's just too old for the rust-version key to exist.