# 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 = "async_uws" version = "0.0.27" authors = ["Genrikh Fetishchev "] build = false exclude = ["build.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust async HTTP & WebSocket server based on uWebSockets" homepage = "https://github.com/GenrikhFetischev/async_uws" readme = "README.md" keywords = [ "http", "websocket", "server", "uwebsockets", ] license = "MIT" repository = "https://github.com/GenrikhFetischev/async_uws" [profile.dev] debug = 2 [lib] name = "async_uws" path = "src/lib.rs" [[example]] name = "echo_ws" path = "examples/echo_ws.rs" [[example]] name = "http" path = "examples/http.rs" [[example]] name = "ws" path = "examples/ws.rs" [dependencies.log] version = "0.4.20" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.uwebsockets_rs] version = "0.0.11" features = ["native-access"]