# 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" name = "neighborhood-diversity" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for computing the neighborhood diversity of simple, undirected graphs." documentation = "https://docs.rs/neighborhood-diversity" readme = "README.md" keywords = [ "graph", "graph-algorithms", "data-structure", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/ludwigschlame/neighborhood-diversity" [lib] name = "neighborhood_diversity" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.rand] version = "0.8" [dev-dependencies.pretty_assertions] version = "1.4" [lints.clippy] undocumented_unsafe_blocks = "warn" use_debug = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "deny" trivial_casts = "warn" trivial_numeric_casts = "warn" unused_qualifications = "warn"