# 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 = "retty" version = "0.29.0" authors = ["Rusty Rain "] description = "Retty — an asynchronous Rust networking framework that makes it easy to build protocols, application clients/servers." homepage = "https://retty.io" documentation = "https://docs.rs/retty" readme = "README.md" keywords = [ "networking", "protocols", ] categories = [ "network-programming", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://github.com/retty-io/retty" [[example]] name = "chat_server_tcp" path = "examples/chat_server_tcp.rs" [[example]] name = "chat_server_udp" path = "examples/chat_server_udp.rs" [[example]] name = "client_tcp" path = "examples/client_tcp.rs" [[example]] name = "client_udp" path = "examples/client_udp.rs" [[example]] name = "echo_server_tcp" path = "examples/echo_server_tcp.rs" [[example]] name = "echo_server_udp" path = "examples/echo_server_udp.rs" [dependencies.async-broadcast] version = "0.7.0" [dependencies.async-net] version = "2.0.0" [dependencies.async-transport] version = "0.5.0" features = ["runtime-smol"] default-features = false [dependencies.bytes] version = "1.5.0" [dependencies.core_affinity] version = "0.8.1" [dependencies.futures-lite] version = "2.2.0" [dependencies.log] version = "0.4.21" [dependencies.scoped-tls] version = "1.0.1" [dependencies.smol] version = "2.0.0" [dependencies.tokio] version = "1.36.0" features = ["macros"] default-features = false [dependencies.waitgroup] version = "0.1.2" [dev-dependencies.anyhow] version = "1.0.80" [dev-dependencies.chrono] version = "0.4.35" [dev-dependencies.clap] version = "4.5.2" features = ["derive"] [dev-dependencies.ctrlc] version = "3.4.2" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.local-sync] version = "0.1.1"