# 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 = "quinn_runtime_bevy" version = "0.2.0" authors = ["The Fish Folk & Spicy Lobster Developers"] description = "Quinn runtime implementation built on Bevy's IO task pool." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/fishfolk/bones" [dependencies.async-executor] version = "1.4" [dependencies.async-io] version = "1.9" [dependencies.bevy_tasks] version = "0.10" [dependencies.futures-lite] version = "1.0" [dependencies.pin-project] version = "1.0" [dependencies.quinn] version = "0.10" features = [ "native-certs", "tls-rustls", ] default-features = false [dependencies.quinn-proto] version = "0.10" default-features = false [dependencies.quinn-udp] version = "0.4" default-features = false