volans 0.2.0

Volans networking framework
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"
rust-version = "1.88.0"
name = "volans"
version = "0.2.0"
authors = ["Cariers Kim <cariers.kim@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Volans networking framework"
readme = false
keywords = [
    "volans",
    "networking",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/cariers/volans"

[features]
bridge = ["dep:volans-bridge"]
codec = ["dep:volans-codec"]
full = [
    "ws",
    "tcp",
    "codec",
    "plaintext",
    "muxing",
    "yamux",
    "swarm",
    "ping",
    "request",
    "stream",
    "registry",
    "bridge",
]
muxing = ["dep:volans-muxing"]
ping = ["dep:volans-ping"]
plaintext = ["dep:volans-plaintext"]
registry = ["dep:volans-registry"]
request = ["dep:volans-request"]
stream = ["dep:volans-stream"]
swarm = ["dep:volans-swarm"]
tcp = ["dep:volans-tcp"]
ws = ["dep:volans-ws"]
yamux = ["dep:volans-yamux"]

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

[dependencies.volans-bridge]
version = "0.2.0"
optional = true

[dependencies.volans-codec]
version = "0.2.1"
optional = true

[dependencies.volans-core]
version = "0.2.0"

[dependencies.volans-muxing]
version = "0.1.1"
optional = true

[dependencies.volans-ping]
version = "0.2.0"
optional = true

[dependencies.volans-plaintext]
version = "0.2.0"
optional = true

[dependencies.volans-registry]
version = "0.2.0"
optional = true

[dependencies.volans-request]
version = "0.2.0"
optional = true

[dependencies.volans-stream]
version = "0.2.0"
optional = true

[dependencies.volans-swarm]
version = "0.2.0"
optional = true

[dependencies.volans-tcp]
version = "0.2.0"
optional = true

[dependencies.volans-ws]
version = "0.2.0"
optional = true

[dependencies.volans-yamux]
version = "0.1.0"
optional = true