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