# 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] name = "finchers-tungstenite" version = "0.2.0" authors = ["Yusuke Sasaki "] include = ["Cargo.toml", "build.rs", "src/**/*", "tests/**/*", "examples/**/*", "benches/**/*", "LICENSE-MIT", "LICENSE-APACHE"] description = "WebSocket support for Finchers, based on tungstenite.\n" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/finchers-rs/finchers-tungstenite.git" [package.metadata.docs.rs] rustc-args = ["--cfg", "finchers_inject_extern_prelude"] [dependencies.base64] version = "0.9.3" [dependencies.failure] version = "0.1.2" [dependencies.finchers] version = "0.13" [dependencies.futures] version = "0.1.24" [dependencies.http] version = "0.1.13" [dependencies.sha1] version = "0.6.0" [dependencies.tokio-tungstenite] version = "0.6.0" [dependencies.tungstenite] version = "0.6.0" [dev-dependencies.log] version = "0.4.5" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.pretty_env_logger] version = "0.2.4"