# 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 = "ws-gonzale" version = "0.5.0" authors = ["Christoffer Lantz "] description = "Naive websocket server implemented using async / await" keywords = ["websocket-server", "websocket", "async", "non-blocking", "futures"] categories = ["asynchronous", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/Muqito/ws-gonzale" [[example]] name = "life-cycle" path = "examples/life-cycle/main.rs" [[bench]] name = "my_benchmark" harness = false [dependencies.async-channel] version = "1.1.1" [dependencies.async-net] version = "0.1" [dependencies.async-std] version = "1.6.2" [dependencies.async-trait] version = "0.1.36" [dependencies.base64] version = "0.12.3" [dependencies.futures] version = "0.3" [dependencies.sha1] version = "0.6.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4.2"