# 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_lib"
version = "0.1.11"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
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]
name = "rekt_lib"
crate-type = [
    "staticlib",
    "lib",
]
path = "src/lib.rs"

[dependencies.log]
version = "0.4.20"

[build-dependencies.cbindgen]
version = "0.28.0"