# 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 = "quicksocket" version = "1.0.0" authors = ["Nick Benson "] exclude = [".github/*", ".vscode/*", "archive/*"] description = "A simple, natively parallel WebSocket server module for Python built with Rust, tokio, and pyo3." homepage = "https://github.com/nickjbenson/quicksocket" readme = "README.md" keywords = ["python", "websocket"] categories = ["web-programming::websocket"] license = "MIT" repository = "https://github.com/nickjbenson/quicksocket" [lib] name = "quicksocket" crate-type = ["cdylib", "rlib"] [dependencies.env_logger] version = "0.9.0" [dependencies.futures-util] version = "0.3.13" features = ["async-await", "sink", "std"] default-features = false [dependencies.hyper] version = "0.14.4" features = ["full"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.pyo3] version = "0.14.1" [dependencies.tokio] version = "1.3.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.15.0" [dependencies.tungstenite] version = "0.15.0" default-features = false [features] default = ["pyo3/extension-module"]