# 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 = "2018" name = "tokio-tungstenite-typed" version = "0.1.1" authors = [ "David Pedersen ", "Vero ", ] description = "tokio-tungstenite with type safe messages" homepage = "https://github.com/veronoicc/tokio-tungstenite-typed" readme = "README.md" keywords = [ "http", "web", "framework", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/veronoicc/tokio-tungstenite-typed" [dependencies.futures-util] version = "0.3" features = ["alloc"] default-features = false [dependencies.rmp-serde] version = "1.3" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.tokio] version = "1" features = ["net"] [dependencies.tokio-tungstenite] version = "0.21" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["net"] [dev-dependencies.tokio-tungstenite] version = "0.21" [features] default = ["json"] json = ["serde_json"] msgpack = ["rmp-serde"] native-tls = ["tokio-tungstenite/native-tls"] rustls-tls-native-roots = ["tokio-tungstenite/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots"]