Skip to content
Snippets Groups Projects
Select Git revision
  • 1d2450b9ad3515abd02bc198de1ee8e1b6095912
  • master default
  • 0.5.1
  • 0.3.1
4 results

Cargo.toml

Blame
  • user avatar
    Covertness authored
    f874c182
    History
    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 = "*"