aeronet 0.12.0

Low-level networking for Bevy
Documentation
[dependencies.aeronet_io]
version = "0.12.0"

[dependencies.aeronet_transport]
version = "0.12.0"

[dependencies.bevy_app]
default-features = false
version = "0.15.0"

[dependencies.document-features]
optional = true
version = "0.2.10"

[features]
document-features = ["aeronet_transport/document-features", "dep:document-features"]
visualizer = ["aeronet_transport/visualizer"]

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

[lints.clippy]
alloc_instead_of_core = "warn"
module_name_repetitions = "allow"
needless_pass_by_value = "allow"
similar_names = "allow"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
too_many_arguments = "allow"
type_complexity = "allow"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "warn"
priority = 0

[package]
authors = ["aecsocket <aecsocket@tutanota.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "network-programming"]
description = "Low-level networking for Bevy"
edition = "2021"
keywords = ["gamedev", "network", "bevy"]
license = "MIT OR Apache-2.0"
name = "aeronet"
readme = "README.md"
repository = "https://github.com/aecsocket/aeronet"
rust-version = "1.82.0"
version = "0.12.0"

[package.metadata.docs.rs]
all-features = true