# 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" rust-version = "1.81" name = "websoc-kit" version = "0.0.1" authors = ["Todd Everett Griffin "] build = false include = [ "**/*.rs", "Cargo.toml", ".clippy.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A highly-opinionated Websocket tooling kit." homepage = "https://www.toddgriffin.me/" readme = "README.md" keywords = [ "websocket", "websockit", "websoc-kit", "tools", "tooling", ] categories = [ "web-programming::websocket", "web-programming", "network-programming", "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/goddtriffin/websoc-kit" [lib] name = "websoc_kit" path = "src/lib.rs" [[test]] name = "temp" path = "tests/temp.rs" [dependencies.axum] version = "0.7.6" features = [ "ws", "multipart", "tracing", "macros", "tokio", ] [dependencies.axum-extra] version = "0.9.4" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" features = [ "sink", "std", ] default-features = false [dependencies.tokio] version = "1.40.0" features = [ "full", "tracing", ] [dependencies.tokio-tungstenite] version = "0.24.0" [dependencies.tower] version = "0.5.1" features = ["full"] [dependencies.tower-http] version = "0.6.1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", "serde", ] [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.multiple_crate_versions] level = "allow" priority = 1 [lints.clippy.nursery] level = "allow" priority = 1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1 [lints.rust.unsafe_code] level = "forbid" priority = 0