# 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 = "basws-client" version = "0.1.4" authors = ["Jonathan Johnson "] description = "A simple async WebSocket client/server framework" readme = "./README.md" keywords = ["websocket", "tokio"] categories = ["web-programming::websocket", "network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/khonsulabs/basws" [dependencies.anyhow] version = "1" [dependencies.async-channel] version = "1" [dependencies.async-handle] version = "0.1" [dependencies.async-rwlock] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.basws-shared] version = "0.1.4" [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" [dependencies.serde_cbor] version = "0.11" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.0" features = ["time", "macros", "rt"] [dependencies.tokio-tungstenite] version = "0.13" [dependencies.url] version = "2" [features] tls = ["tokio-tungstenite/tls"]