bip_utracker 0.3.2

Communication with bittorrent UDP trackers
Documentation
[package]

name          = "bip_utracker"

version       = "0.3.2"

description   = "Communication with bittorrent UDP trackers"



authors       = ["Andrew <amiller4421@gmail.com>"]



homepage      = "https://github.com/GGist/bip-rs"

repository    = "https://github.com/GGist/bip-rs/tree/master/bip_utracker"

documentation = "https://docs.rs/bip_utracker/"



keywords      = ["tracker", "bittorrent", "udp"]



license       = "MIT/Apache-2.0"



[dependencies]

bip_handshake = { version = "0.5" }

bip_util      = { version = "0.5" }

byteorder     = "0.5"

chrono        = "0.2"

futures       = "0.1"

nom           = "1.2"

rand          = "0.3"

umio          = "0.3"



[features]

unstable      = []



[[test]]

name = "test"

path = "test/mod.rs"