# 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_udp_protocol" version = "0.9.0" authors = ["Joakim FrostegÄrd "] description = "UDP BitTorrent tracker protocol" readme = "./README.md" keywords = [ "udp", "protocol", "peer-to-peer", "torrent", "bittorrent", ] license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" [dependencies.aquatic_peer_id] version = "0.9.0" [dependencies.byteorder] version = "1" [dependencies.either] version = "1" [dependencies.zerocopy] version = "0.7" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1"