# 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" name = "aeronet_channel" version = "0.11.0" authors = ["aecsocket "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "In-memory MPSC channel IO layer 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_channel" path = "src/lib.rs" [[example]] name = "channel" path = "examples/channel.rs" [[test]] name = "io" path = "tests/io.rs" [dependencies.aeronet_io] version = "0.11.0" [dependencies.bevy_app] version = "0.15.0" default-features = false [dependencies.bevy_ecs] version = "0.15.0" default-features = false [dependencies.bytes] version = "1.6.1" default-features = false [dependencies.derive_more] version = "1.0.0" features = [ "display", "error", ] default-features = false [dependencies.flume] version = "0.11.0" [dependencies.oneshot] version = "0.1.8" [dependencies.sync_wrapper] version = "1.0.1" [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.web-time] version = "1.1.0" [dev-dependencies.bevy] version = "0.15.0" [dev-dependencies.bevy_egui] version = "0.31.1" [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] level = "warn" priority = 0 check-cfg = ["cfg(fuzzing)"]