# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hyper-websocket-lite" version = "0.5.0" authors = ["Tim Robinson "] description = "WebSocket server implementation on hyper and websocket-lite" license = "MIT" repository = "https://github.com/1tgr/rust-websocket-lite" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["http1", "server"] [dependencies.tokio] version = "1" features = ["macros"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dependencies.websocket-codec] version = "0.5" [dev-dependencies.hyper] version = "0.14" features = ["tcp"]