# 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 = "websocket-codec" version = "0.5.2" authors = ["Tim Robinson "] description = "A Tokio codec for the websocket protocol" readme = "../README.md" license = "MIT" repository = "https://github.com/1tgr/rust-websocket-lite" [[bench]] name = "bench" harness = false [dependencies.base64] version = "0.13" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" [dependencies.httparse] version = "1" [dependencies.rand] version = "0.8" [dependencies.sha1] version = "0.6" [dependencies.tokio-util] version = ">=0.6" features = ["codec"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.static_assertions] version = "1" [dev-dependencies.structopt] version = "0.3"