# 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 = "2021" rust-version = "1.74.0" name = "union-find" version = "0.4.3" authors = ["gifnksm "] build = false exclude = ["etc/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Struct and methods for union-find operation." documentation = "https://docs.rs/union-find-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/gifnksm/union-find-rs" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = '{{crate_name}} = "{{version}}"' search = 'union-find = "[0-9\.]+"' [lib] name = "union_find" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dev-dependencies.criterion] version = "0.5.1" [badges.maintenance] status = "passively-maintained"