# 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 = "keyed-set" version = "1.0.0" authors = ["Pierre Avital "] description = "Keyed Set: a hashbrown-based HashSet that indexes based on projections of its elements." readme = "README.md" keywords = [ "data-structure", "hashmap", ] categories = ["data-structures"] license = "EPL-2.0" repository = "https://github.com/p-avital/keyed-set-rs" [dependencies.hashbrown] version = "0.14.3" features = ["raw"] [lints.clippy] missing_const_for_fn = "warn" missing_errors_doc = "warn" missing_panics_doc = "warn" missing_safety_doc = "warn" nurser = "warn" [lints.rust] missing_docs = "warn"