aquatic_ws_protocol 0.9.0

WebTorrent tracker protocol
Documentation
[[bench]]
harness = false
name = "bench_deserialize_announce_request"
path = "benches/bench_deserialize_announce_request.rs"
[dependencies.anyhow]
version = "1"

[dependencies.hashbrown]
features = ["serde"]
version = "0.14"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.simd-json]
version = "0.13"

[dependencies.tungstenite]
optional = true
version = "0.21"
[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[features]
default = ["tungstenite"]
tungstenite = ["dep:tungstenite"]

[lib]
name = "aquatic_ws_protocol"

[package]
authors = ["Joakim FrostegÄrd <joakim.frostegard@gmail.com>"]
description = "WebTorrent tracker protocol"
edition = "2021"
exclude = ["target"]
keywords = ["webtorrent", "protocol", "peer-to-peer", "torrent", "bittorrent"]
license = "Apache-2.0"
name = "aquatic_ws_protocol"
readme = "./README.md"
repository = "https://github.com/greatest-ape/aquatic"
rust-version = "1.64"
version = "0.9.0"