# 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 = "enet" version = "0.3.0" authors = ["Felix Rath "] exclude = [ ".github/", "flake.nix", "flake.lock", "check.sh", "rustfmt.toml", ] description = "High-level, rust-y bindings to the ENet library" homepage = "https://github.com/futile/enet-rs" documentation = "https://www.docs.rs/enet" readme = "README.md" keywords = [ "network", "gamedev", ] categories = [ "game-engines", "network-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/futile/enet-rs" resolver = "2" [dependencies.enet-sys] version = "1.0.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.anyhow] version = "1.0.56" [dev-dependencies.lazy_static] version = "1.4.0" [badges.maintenance] status = "passively-maintained"