# 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.59.0" name = "violin" version = "0.3.0" include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "decentralized network coordinate system using the vivaldi algorithm" documentation = "https://docs.rs/violin/" readme = "README.md" keywords = [ "vivaldi", "network", "coordinate", "latency", "distance", ] categories = [ "algorithms", "network-programming", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kbknapp/violin" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "heap" path = "benches/heap.rs" harness = false required-features = ["alloc"] [[bench]] name = "heapless" path = "benches/heapless.rs" harness = false [dependencies.rand] version = "0.8.4" optional = true [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.4" [features] alloc = ["rand/alloc"] default = [ "std", "alloc", ] doc = [] nightly = [] std = ["rand/std"]