# 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 = "grapevine" version = "0.1.3" authors = ["Kobby Pentangeli "] description = "A simple peer-to-peer gossip protocol handler" documentation = "https://docs.rs/grapevine" readme = "README.md" keywords = [ "p2p", "peer-to-peer", "gossip", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/kobby-pentangeli/grapevine" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.1.1" [dependencies.hhmmss] version = "0.1.0" [dependencies.log] version = "0.4.17" [dependencies.message-io] version = "0.11.1" [dependencies.petname] version = "1.1.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.38"