# 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.74.0" name = "aeronet_wt_native" version = "0.4.0" authors = ["aecsocket "] description = "Native WebTransport transport 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 [[example]] name = "echo_client" path = "examples/echo_client.rs" required-features = [ "bevy", "dangerous-configuration", ] [[example]] name = "echo_server" path = "examples/echo_server.rs" required-features = ["bevy"] [dependencies.aeronet] version = "0.4.0" [dependencies.bevy] version = "0.12.0" optional = true default-features = false [dependencies.derivative] version = "2.2.0" [dependencies.futures] version = "0.3.29" [dependencies.slotmap] version = "1.0.6" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = ["rt"] default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.wtransport] version = "0.1.8" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.base64] version = "0.21.5" [dev-dependencies.bevy] version = "0.12.0" default-features = true [dev-dependencies.bevy_egui] version = "0.24.0" [dev-dependencies.rcgen] version = "0.11.3" [dev-dependencies.ring] version = "0.17.5" [dev-dependencies.time] version = "0.3.30" [features] bevy = [ "dep:bevy", "aeronet/bevy", "aeronet/bevy-tokio-rt", ] dangerous-configuration = ["wtransport/dangerous-configuration"] [lints.clippy] all = "warn" module_name_repetitions = "allow" pedantic = "warn" [lints.rust] missing_docs = "warn"