# 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-packet" version = "0.3.0" authors = ["kumpelblase2"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Packet definition to serialize and deserialize to and from frames for Silkroad Online packets." readme = "README.md" keywords = [ "silkroad", "packets", ] categories = [ "network-programming", "encoding", ] license = "MIT" repository = "https://git.eternalwings.de/tim/skrillax-network" [lib] name = "skrillax_packet" path = "src/lib.rs" [dependencies.byteorder] version = "1.5" [dependencies.bytes] version = "1.6" [dependencies.skrillax-codec] version = "0.1.1" [dependencies.skrillax-packet-derive] version = "0.1.0" optional = true [dependencies.skrillax-security] version = "0.1.0" [dependencies.skrillax-serde] version = "0.2.0" optional = true [dependencies.thiserror] version = "1.0" [features] derive = [ "dep:skrillax-packet-derive", "serde", ] serde = ["dep:skrillax-serde"]