# 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 = "cataclysm-ws" version = "0.3.0-beta.3" authors = ["Carlos Malanche "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Auxiliary websockets crate for cataclysm" readme = "README.md" license = "MIT" repository = "https://github.com/Malanche/cataclysm" [lib] name = "cataclysm_ws" path = "src/lib.rs" [dependencies.bytes] version = "1.7.2" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.40.0" features = ["full"] [features] full_log = []