# 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-serde" version = "0.2.0" authors = ["kumpelblase2"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A serialization/deserialization library for Silkroad Online packets." readme = "README.md" keywords = [ "silkroad", "serde", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://git.eternalwings.de/tim/skrillax-network" [lib] name = "skrillax_serde" path = "src/lib.rs" [dependencies.byteorder] version = "1.5" [dependencies.bytes] version = "1.6" [dependencies.chrono] version = "^0.4.32" optional = true [dependencies.skrillax-serde-derive] version = "0.2.0" optional = true [dependencies.thiserror] version = "1.0" [features] chrono = ["dep:chrono"] default = ["chrono"] derive = ["dep:skrillax-serde-derive"]