# 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 = "stetson" version = "0.1.1" authors = ["hexcowboy"] exclude = [ "/.github", "/examples", ] description = "A pure rust pubsub server over HTTP websockets." readme = "README.md" keywords = [ "pubsub", "publish", "subscribe", "server", "websockets", ] license = "MIT" repository = "https://github.com/hexcowboy/stetson" [dependencies.axum] version = "0.6.12" features = ["ws"] [dependencies.dotenvy] version = "0.15.7" [dependencies.futures] version = "0.3.27" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1.27.0" features = [ "rt-multi-thread", "macros", ] [dependencies.tower-http] version = "0.4.0" features = [ "tracing", "trace", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]