# 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 = "spectre" version = "0.7.0" authors = ["niklaslong "] exclude = ["testdata/*"] description = "A lightweight toolkit for analysing p2p network topologies." documentation = "https://docs.rs/spectre" readme = "README.md" keywords = [ "p2p", "peer-to-peer", "networking", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/niklaslong/spectre" [dependencies.nalgebra] version = "0.32" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"