# 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.63" name = "lctree" version = "0.3.3" authors = ["Kayumov A.I. "] exclude = ["./github"] description = "Rust implementation of Link-Cut-Tree: self-balancing data structure to maintain a forest of rooted trees." homepage = "https://github.com/azizkayumov/lctree" documentation = "https://docs.rs/lctree" readme = "README.md" keywords = [ "tree", "dynamic-connectivity", ] categories = [ "algorithms", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/azizkayumov/lctree" [[bench]] name = "benchmark" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_derive2] version = "0.1.21"