udp_server 1.1.0

fast udp server frame.
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 = "2018"
name = "udp_server"
version = "1.1.0"
authors = ["luyi <luyikk@126.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fast udp server frame."
documentation = "https://docs.rs/udp_server/"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/luyikk/udp_server"

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

[[example]]
name = "echo_client"
path = "examples/echo_client.rs"

[[example]]
name = "echo_server"
path = "examples/echo_server.rs"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.dashmap]
version = "6"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.8"

[dependencies.socket2]
version = "0.6"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.env_logger]
version = "0.10"