# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "embedded-nal-minimal-coapserver" version = "0.4.0" authors = ["chrysn "] description = "A minimal CoAP server implementation built on embedded-nal" documentation = "https://docs.rs/embedded-nal-minimal-coapserver/" readme = "README.md" keywords = [ "network", "coap", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/chrysn/embedded-nal-minimal-coapserver" [dependencies.coap-handler] version = "0.2.0" [dependencies.coap-message] version = "0.3.0" [dependencies.coap-message-implementations] version = "0.1.0" [dependencies.coap-numbers] version = "0.2.0" [dependencies.embedded-nal] version = "0.6" [dependencies.heapless] version = "^0.5" [dependencies.num-derive] version = "^0.3" default-features = false [dependencies.num-traits] version = "^0.2" default-features = false [badges.gitlab] repository = "chrysn/embedded-nal-minimal-coapserver" [badges.maintenance] status = "experimental"