# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "partitions" version = "0.2.4" authors = ["DDOtten "] description = "A disjoint-sets/union-find implementation that allows for efficient iteration over elements of a set." documentation = "https://docs.rs/partitions" readme = "README.md" keywords = ["union-find", "disjoint-sets"] categories = ["algorithms", "data-structures"] license = "Apache-2.0" repository = "https://github.com/DDOtten/partitions.git" [dependencies.bit-vec] version = "0.5" [dependencies.rayon] version = "1.0" optional = true [features] compact = [] default = ["rayon"] [badges.is-it-maintained-issue-resolution] repository = "DDOtten/partitions" [badges.is-it-maintained-open-issues] repository = "DDOtten/partitions" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "DDOtten/partitions"