# 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-server" 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.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_cbor] version = "0.11" [dependencies.serde_derive] version = "1" [dependencies.sled] version = "0.34" optional = true [dependencies.tokio] version = "1.0" features = ["macros", "time"] [dependencies.warp] version = "0.3" [dev-dependencies.futures-await-test] version = "0.3" [dev-dependencies.maplit] version = "1" [features] default = [] persistent-server = ["sled"]