# 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.65" name = "vivaldi-nc" version = "0.6.12" authors = ["Stephen Waits "] exclude = ["examples/*"] description = "Vivaldi network coordinates for fast, distributed latency estimates in multinode networks, with a clean and simple interface." homepage = "https://github.com/swaits/vivaldi-nc" documentation = "https://docs.rs/vivaldi-nc/" readme = "README.md" keywords = [ "vivaldi", "network", "coordinates", "distributed", "p2p", ] categories = [ "algorithms", "network-programming", ] license = "MIT" repository = "https://github.com/swaits/vivaldi-nc.git" [profile.bench] debug = 2 [profile.release] debug = 2 [[bench]] name = "million-updates" harness = false [dependencies.array-init] version = "2.1.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.num-traits] version = "0.2.18" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.197" features = ["serde_derive"] [dependencies.serde_with] version = "3.6.1" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "run-for-all", "precommit-hook", "run-cargo-test", "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt", ] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.114" [features] default = [] f32 = []