# 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 = "2018" name = "websocket-base" version = "0.26.5" authors = [ "cyderize ", "Michael Eden ", ] description = "A WebSocket (RFC6455) library for Rust: low-level component. It contains HTTP-independent aspect of WebSockets" documentation = "https://docs.rs/websocket-base/" keywords = [ "websocket", "websockets", "rfc6455", "async", "tokio", ] categories = [ "asynchronous", "network-programming", "web-programming", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/websockets-rs/rust-websocket" [dependencies.base64] version = "0.10.0" [dependencies.bitflags] version = "1.0.4" [dependencies.byteorder] version = "1.0" [dependencies.bytes] version = "0.4" optional = true [dependencies.futures] version = "0.1" optional = true [dependencies.native-tls] version = "0.2.1" optional = true [dependencies.rand] version = "0.6.1" [dependencies.sha-1] version = "0.8" [dependencies.tokio-codec] version = "0.1" optional = true [dependencies.tokio-io] version = "0.1" optional = true [dependencies.tokio-tcp] version = "0.1" optional = true [dependencies.tokio-tls] version = "0.2.0" optional = true [dev-dependencies.tokio] version = "0.1" features = [ "codec", "tcp", "rt-full", ] default-features = false [features] async = [ "tokio-codec", "tokio-io", "tokio-tcp", "bytes", "futures", ] async-ssl = [ "native-tls", "tokio-tls", "async", ] default = [ "sync", "async", "sync-ssl", "async-ssl", ] sync = [] sync-ssl = [ "native-tls", "sync", ]