# 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.26" authors = ["Genrikh Fetishchev "] exclude = ["build.rs"] 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 [dependencies.log] version = "0.4.20" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.uwebsockets_rs] version = "0.0.11" features = ["native-access"]