async-proto 0.26.12

Simple async binary network protocols
Documentation
# 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 = "2024"
name = "async-proto"
version = "0.26.12"
authors = ["Fenhl <fenhl@fenhl.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple async binary network protocols"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fenhl/async-proto"
resolver = "2"

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

[features]
doubloon = [
    "dep:doubloon",
    "rust_decimal",
]
os_info = [
    "dep:os_info",
    "dep:serde_plain",
]
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"

[dependencies.async-proto-derive]
version = "=0.26.12"

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

[dependencies.byteorder]
version = "1"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.os_info]
version = "3.14.0"
optional = true

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

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

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

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

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

[dependencies.thiserror]
version = "2"

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

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

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

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

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

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