# 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 = "scalesocket" version = "0.2.2" exclude = [ ".github/", ".tool-versions", "Dockerfile", "docs/", "examples/", "rustfmt.toml", "tests/cli_tests.rs", ] description = "A collaborative websocket server and autoscaler" homepage = "https://scalesocket.org/" readme = "README.md" keywords = [ "websockets", "gamedev", "server", ] license = "Apache-2.0" repository = "https://github.com/scalesocket/scalesocket/" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.futures] version = "0.3.28" [dependencies.heapless] version = "0.8.0" [dependencies.id-pool] version = "0.2.2" features = ["u16"] default-features = false [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.prometheus-client] version = "0.21.0" [dependencies.sender-sink] version = "0.2.1" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.31" features = [ "full", "tracing", ] [dependencies.tokio-stream] version = "0.1.14" features = [ "sync", "net", "io-util", ] [dependencies.tokio-util] version = "0.7.8" features = ["io"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dependencies.urlencoding] version = "2.1" [dependencies.warp] version = "0.3.5" [dev-dependencies.mark-flaky-tests] version = "1.0.2" features = ["tokio"] [dev-dependencies.trycmd] version = "0.14"