# 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 = "skrillax-protocol" version = "0.2.0" authors = ["kumpelblase2"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro to build up a protocol for use with skrillax-stream" readme = "README.md" keywords = [ "silkroad", "protocol", "macro", ] categories = ["network-programming"] license = "MIT" repository = "https://git.eternalwings.de/tim/skrillax-network" [lib] name = "skrillax_protocol" path = "src/lib.rs" [dependencies.skrillax-packet] version = "0.3.0" [dependencies.skrillax-stream] version = "0.2.0" [dev-dependencies.skrillax-packet] version = "0.3.0" features = ["derive"] [dev-dependencies.skrillax-serde] version = "0.2.0" features = ["derive"]