# 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 = "carrier-pigeon" version = "0.3.0" authors = ["Mitchell Marino "] autoexamples = false description = "A rusty networking library for games." readme = "README.md" keywords = [ "game", "gamedev", "networking", ] categories = [ "game-development", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MitchellMarinoDev/carrier-pigeon/" resolver = "2" [[example]] name = "client" [[example]] name = "server" [dependencies.bincode] version = "~1.3" [dependencies.crossbeam-channel] version = "~0.5" [dependencies.hashbrown] version = "~0.12" [dependencies.log] version = "~0.4" [dependencies.serde] version = "~1.0" features = ["derive"] [dev-dependencies.simple_logger] version = "2.1.0"