# 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 = "2021" rust-version = "1.80.0" name = "aeronet_proto" version = "0.7.0" authors = ["aecsocket "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sans-IO protocol implementation for aeronet" readme = "README.md" keywords = [ "gamedev", "network", "bevy", ] categories = [ "game-development", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aecsocket/aeronet" [package.metadata.docs.rs] all-features = true [lib] name = "aeronet_proto" path = "src/lib.rs" [dependencies.aeronet] version = "0.7.0" [dependencies.ahash] version = "0.8.11" features = [ "std", "compile-time-rng", ] default-features = false [dependencies.arbitrary] version = "1.3.2" features = ["derive"] [dependencies.bevy_app] version = "0.14.0" optional = true default-features = false [dependencies.bevy_ecs] version = "0.14.0" optional = true default-features = false [dependencies.bevy_time] version = "0.14.0" optional = true default-features = false [dependencies.bitvec] version = "1.0.1" [dependencies.datasize] version = "0.2.15" [dependencies.derivative] version = "2.2.0" [dependencies.derive_more] version = "0.99.18" [dependencies.egui] version = "0.28.1" optional = true [dependencies.egui_plot] version = "0.28.1" optional = true [dependencies.either] version = "1.13.0" [dependencies.itertools] version = "0.13.0" optional = true [dependencies.octs] version = "0.4.2" [dependencies.ringbuf] version = "0.4.1" [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true [dependencies.size_format] version = "1.0.2" optional = true [dependencies.terrors] version = "0.3.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dependencies.web-time] version = "1.1.0" [dev-dependencies.assert_matches] version = "1.5.0" [features] bevy = [ "dep:bevy_ecs", "dep:bevy_app", "dep:bevy_time", ] condition = ["aeronet/condition"] serde = ["dep:serde"] visualizer = [ "dep:egui", "dep:egui_plot", "dep:itertools", "dep:size_format", ] [lints.clippy] cast_possible_truncation = "allow" cast_precision_loss = "allow" cast_sign_loss = "allow" module_name_repetitions = "allow" needless_pass_by_value = "allow" similar_names = "allow" struct_excessive_bools = "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"