# 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-lite" version = "0.6.1" 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-lite" [[bench]] name = "benchmarks" harness = false [dependencies.allocation-counter] version = "0.5" optional = true [dependencies.base64] version = "0.13.0" [dependencies.const-sha1] version = "0.2" [dev-dependencies.criterion] version = "0.3.3" [features] count-allocations = ["allocation-counter"]