# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "blunt" version = "0.0.8" authors = ["Nelson J Morais "] exclude = [".gitignore", ".idea/*", ".github/*", "examples/*", "target/*", "Cargo.lock"] description = "Highly opinionated way to build asynchronous Websocket servers with Rust." homepage = "https://github.com/njasm/blunt/" keywords = ["websocket", "asynchronous", "async", "tokio", "framework"] categories = ["web-programming::websocket", "web-programming", "network-programming", "asynchronous"] license = "MIT OR Apache-2.0 OR MPL-2.0" repository = "https://github.com/njasm/blunt/" [[bench]] name = "bench" harness = false [dependencies.async-trait] version = "0" [dependencies.async-tungstenite] version = "0.13" features = ["tokio-runtime"] [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tracing-subscriber] version = "0.2" [dev-dependencies.tungstenite] version = "0.13"