Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "coap"
version = "0.7.5"
authors = ["Yang Zhang <wuyingfengsui@gmail.com>"]
description = "A CoAP library"
documentation = "http://covertness.github.io/coap-rs/master/coap/index.html"
readme = "README.md"
keywords = ["CoAP"]
license = "MIT"
repository = "https://github.com/covertness/coap-rs"
[dependencies.bincode]
version = "1.1.2"

[dependencies.log]
version = "0.4.6"

[dependencies.mio]
version = "0.5"

[dependencies.num]
version = "0.2.0"

[dependencies.num-derive]
version = "0.2.4"

[dependencies.num-traits]
version = "0.2.6"

[dependencies.rand]
version = "0.3"

[dependencies.regex]
version = "1.1.0"

[dependencies.serde]
version = "1.0.88"
features = ["derive"]

[dependencies.threadpool]
version = "1.7.1"

[dependencies.url]
version = "1.7.2"
[dev-dependencies.quickcheck]
version = "0.8.2"