# 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 = "routerify-ws" version = "3.0.0" authors = ["Nikos Efthias ", "Rousan Ali "] description = "The websocket support for the Routerify library." homepage = "https://github.com/nikosefthias/routerify-ws" readme = "README.md" keywords = ["routerify", "hyper-rs", "hyper", "websocket", "ws"] categories = ["asynchronous", "web-programming", "web-programming::websocket"] license = "MIT" repository = "https://github.com/nikosefthias/routerify-ws" [package.metadata.docs.rs] all-features = true [package.metadata.playground] features = ["all"] [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.19" default-features = false [dependencies.headers] version = "0.3.5" [dependencies.hyper] version = "0.14.16" [dependencies.log] version = "0.4.14" [dependencies.routerify] version = "3.0.0" [dependencies.serde] version = "1.0.132" optional = true [dependencies.serde_json] version = "1.0.73" optional = true [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.16.1" default-features = false [dev-dependencies.serde] version = "1.0.132" features = ["derive"] [dev-dependencies.tokio] version = "1.15.0" features = ["full"] [dev-dependencies.tokio-tungstenite] version = "0.16.1" features = ["rustls"] [features] all = ["json"] default = [] json = ["serde", "serde_json"]