# 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 = "servers" version = "0.6.0" description = "TCP and WebSocket server for Clients written in Rust" homepage = "https://github.com/MedzikUser/servers" readme = "README.md" license = "MIT" repository = "https://github.com/MedzikUser/servers.git" resolver = "2" [dependencies.anyhow] version = "1.0.62" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.57" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.futures] version = "0.3.23" [dependencies.lazy_static] version = "1.4.0" [dependencies.libloading] version = "0.7.3" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" [dependencies.tungstenite] version = "0.17.3"