# 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 = "rs-connections" version = "0.2.5" description = "A brief description of your package" readme = "README.md" license = "MIT" repository = "https://github.com/Shcarp/rs-connection.git" [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4.26" [dependencies.log] version = "0.4" [dependencies.rs-event-emitter] version = "0.0.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.28.2" features = [ "rt", "rt-multi-thread", "time", "macros", "full", ] [dependencies.tokio-test] version = "0.4.2" [dependencies.websocket] version = "0.26.5"