# 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 = "rekt-common" version = "0.1.2" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Common lib to use the rekt-protocol. See the crate homepage to check the protocol RFC." homepage = "https://github.com/GuicLuca/RekT_Protocole/wiki" readme = "README.md" keywords = [ "RekT-protocol", "pub-sub", "Network", "Masivement-online", "broker", ] categories = ["game-development"] license = "MIT" [lib] crate-type = ["staticlib"] [dependencies.log] version = "0.4.20" [build-dependencies.cbindgen] version = "0.26.0"