# 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 = "2021" rust-version = "1.64" name = "aquatic_ws_protocol" version = "0.9.0" authors = ["Joakim FrostegÄrd "] exclude = ["target"] description = "WebTorrent tracker protocol" readme = "./README.md" keywords = [ "webtorrent", "protocol", "peer-to-peer", "torrent", "bittorrent", ] license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" [lib] name = "aquatic_ws_protocol" [[bench]] name = "bench_deserialize_announce_request" path = "benches/bench_deserialize_announce_request.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.hashbrown] version = "0.14" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simd-json] version = "0.13" [dependencies.tungstenite] version = "0.21" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [features] default = ["tungstenite"] tungstenite = ["dep:tungstenite"]