@ -1,3 +1,7 @@
# 0.17.1
- Specify the minimum required Rust version.
# 0.17.0
- Update of dependencies (primarily `sha1`).
@ -11,6 +11,7 @@ documentation = "https://docs.rs/tungstenite/0.17.0"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.17.0"
edition = "2018"
rust-version = "1.58"
include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
[package.metadata.docs.rs]