# 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" name = "aquatic" version = "0.2.0" authors = ["Joakim FrostegÄrd "] description = "Blazingly fast, multi-threaded BitTorrent tracker (UDP, HTTP, WebTorrent)" readme = "../README.md" keywords = ["bittorrent", "torrent", "webtorrent"] license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" [[bin]] name = "aquatic" [dependencies.aquatic_cli_helpers] version = "0.2.0" [dependencies.aquatic_http] version = "0.2.0" [dependencies.aquatic_udp] version = "0.2.0" [dependencies.aquatic_ws] version = "0.2.0" [dependencies.mimalloc] version = "0.1" default-features = false