async-proto 0.26.8

Simple async binary network protocols
Documentation
[dependencies.async-proto-derive]
version = "=0.26.8"

[dependencies.bitvec]
optional = true
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
optional = true
version = "1"

[dependencies.bytesize]
optional = true
version = "2"

[dependencies.chrono]
default-features = false
optional = true
version = "0.4"

[dependencies.chrono-tz]
optional = true
version = "0.10"

[dependencies.doubloon]
optional = true
version = "0.2.0"

[dependencies.either]
optional = true
version = "1"

[dependencies.enumset]
optional = true
version = "1"

[dependencies.fallible_collections]
features = ["rust_1_57"]
version = "0.5"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.git2]
default-features = false
optional = true
version = "0.20"

[dependencies.gix-hash]
optional = true
version = "0.21"

[dependencies.hematite-nbt]
default-features = false
optional = true
version = "0.5.2"

[dependencies.noisy_float]
optional = true
version = "0.2"

[dependencies.nonempty-collections]
optional = true
version = "1.0.0"

[dependencies.rust_decimal]
optional = true
version = "1.36.0"

[dependencies.semver]
optional = true
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.serenity]
default-features = false
optional = true
version = "0.12.1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["io-util"]
version = "1"

[dependencies.tokio-tungstenite021]
features = ["rustls-tls-webpki-roots"]
optional = true
package = "tokio-tungstenite"
version = "0.21"

[dependencies.tokio-tungstenite024]
features = ["rustls-tls-webpki-roots"]
optional = true
package = "tokio-tungstenite"
version = "0.24"

[dependencies.tokio-tungstenite028]
features = ["rustls-tls-webpki-roots"]
optional = true
package = "tokio-tungstenite"
version = "0.28"

[dependencies.url]
optional = true
version = "2.5.4"

[dependencies.uuid]
optional = true
version = "1"

[features]
doubloon = ["dep:doubloon", "rust_decimal"]
tokio-tungstenite021 = ["dep:tokio-tungstenite021", "dep:futures"]
tokio-tungstenite024 = ["dep:tokio-tungstenite024", "dep:futures"]
tokio-tungstenite028 = ["dep:tokio-tungstenite028", "dep:futures"]

[lib]
name = "async_proto"
path = "src/lib.rs"

[package]
authors = ["Fenhl <fenhl@fenhl.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple async binary network protocols"
edition = "2024"
license = "MIT"
name = "async-proto"
readme = "README.md"
repository = "https://github.com/fenhl/async-proto"
resolver = "2"
version = "0.26.8"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]