ssdp 0.1.4

An asynchronous abstraction for discovering devices and services on a network.
[package]

name = "ssdp"

version = "0.1.4"

description = "An asynchronous abstraction for discovering devices and services on a network."



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



documentation = "http://ggist.github.io/ssdp-rs/index.html"

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

repository = "https://github.com/GGist/ssdp-rs"



readme = "README.md"



keywords = ["upnp", "ssdp", "simple", "service", "discovery"]



license = "MIT/Apache-2.0"



[dependencies]

hyper = "0.7.0"

libc  = "0.1.0"

log   = "0.3.0"

time  = "0.1.0"



[features]

unstable = []