# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rendezvous_hash" version = "0.3.0" authors = ["Takeru Ohta "] description = "An implementation of Rendezvous hashing algorithm" homepage = "https://github.com/sile/rendezvous_hash" readme = "README.md" keywords = ["distributed", "hash"] license = "MIT" repository = "https://github.com/sile/rendezvous_hash" [dependencies] [dev-dependencies.clap] version = "2" [badges.codecov] repository = "sile/rendezvous_hash" [badges.travis-ci] repository = "sile/rendezvous_hash"