# 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 = "durian_macros" version = "0.4.1" authors = ["Michael Trinh "] description = "Macros for the durian crate for ease of creating Packet structs" homepage = "https://github.com/spoorn/durian" readme = "README.md" keywords = [ "durian", "macros", "netcode", "packets", "gamedev", ] categories = [ "accessibility", "game-development", "network-programming", "games", ] license = "MIT" repository = "https://github.com/spoorn/durian" resolver = "1" [lib] name = "durian_macros" [dependencies.durian_proc_macros] version = "0.2" [dev-dependencies.durian] version = "0.4"