# 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 = "2021" name = "simple-websocket" version = "0.3.0" authors = ["Felipe Meriga "] description = "a simple WebSockets implementation, to be used in clients and servers" homepage = "https://github.com/felipemeriga/simple-websocket" documentation = "https://github.com/felipemeriga/simple-websocket" readme = "README.md" keywords = [ "websocket", "io", "web", ] categories = [ "web-programming::websocket", "network-programming", "asynchronous", "concurrency", ] license = "Apache-2.0" repository = "https://github.com/yourusername/my_crate" [lib] name = "simple_websocket" path = "src/lib.rs" [[example]] name = "internal_server" [[example]] name = "client" [[example]] name = "continue_client" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.6.0" [dependencies.env_logger] version = "0.11.4" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.9.0-alpha.1" [dependencies.sha1] version = "0.11.0-pre.3" [dependencies.thiserror] version = "1.0.61" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.38.0" features = ["full"]