# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "range_union_find" version = "0.5.0" authors = ["rlee287 "] description = "A union-find data structure for ranges" homepage = "https://github.com/rlee287/range_union_find" documentation = "https://docs.rs/range_union_find" readme = "README.md" keywords = [ "no-std", "ranges", "disjoint-set", "union-find", ] categories = [ "algorithms", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rlee287/range_union_find" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sorted-vec] version = "0.8" [dev-dependencies.version-sync] version = ">=0.9.3, < 0.10.0" features = ["html_root_url_updated"] default-features = false [features] default = ["std"] include_serde = [ "serde", "sorted-vec/serde-nontransparent", ] libm = ["num-traits/libm"] std = ["num-traits/std"]