# 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 = "drax" version = "0.1.1" authors = ["Corey Shupe (corey@mail.fixed.codes)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple abstraction layer over a protocol buffer, bringing dtos to regular types." readme = "README.md" keywords = [ "protocol", "serialization", "deserialization", "packet", "networking", ] license-file = "LICENSE" repository = "https://github.com/CoreyShupe/drax" [lib] name = "drax" path = "src/lib.rs" [dependencies.cesu8] version = "1.1.0" optional = true [dependencies.pin-project-lite] version = "0.2.9" [dependencies.serde] version = "1" optional = true default-features = false [dependencies.serde_derive] version = "1" optional = true [dependencies.serde_json] version = "1" features = ["std"] optional = true default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.39.2" features = [ "io-std", "io-util", ] default-features = false [dependencies.tokio-test] version = "0.4.2" optional = true [dependencies.trait-variant] version = "0.1.2" [dependencies.uuid] version = "1.2.2" optional = true [features] context = [] default = [ "serde", "macros", "uuid", "slices", ] macros = [] nbt = ["cesu8"] serde = [ "dep:serde", "serde_json", ] slices = [] tcp-shield = [] test = [ "tokio/macros", "tokio/rt", "dep:tokio-test", "serde", "serde_derive", "serde/derive", "uuid", "uuid/v4", "nbt", "context", "slices", ]