# 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 = "tagged-rendezvous" version = "0.1.1" authors = ["Edward Shen "] include = ["src"] description = "Rendezvous hashing with support for tag-based exclusions" readme = "README.md" keywords = [ "tagged", "rendezvous", "node", "selection", "balancer", ] categories = [ "concurrency", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/edward-shen/tagged-rendezvous" [profile.release] lto = true codegen-units = 1 [dependencies.dashmap] version = "5" [dependencies.murmur3] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.rayon_crate] version = "1" optional = true package = "rayon" [features] rayon = [ "rayon_crate", "dashmap/rayon", ]