[package] name = "p2p_communication" version = "0.1.0" edition = "2021" description = "A simple peer-to-peer communication crate in Rust" license = "MIT" repository = "https://github.com/your_username/p2p_communication" authors = ["Your Name "] [dependencies] tokio = { version = "1", features = ["full"] }