Select Git revision
This project manages its dependencies using Cargo.
Learn more
Cargo.toml 469 B
[package]
name = "coap"
version = "0.3.1"
description = "A CoAP library"
readme = "README.md"
documentation = "http://covertness.github.io/coap-rs/coap/index.html"
repository = "https://github.com/covertness/coap-rs"
license = "MIT"
authors = ["Yang Zhang <wuyingfengsui@gmail.com>"]
keywords = ["CoAP"]
[dependencies]
bincode = "0.3.0"
rustc-serialize = "0.3"
mio = "0.5"
threadpool = "0.1"
url = "0.2.36"
num = "0.1"
rand = "0.3"
[dev-dependencies]
quickcheck = "*"