# 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 = "2021" name = "embedded-nal-minimal-coaptcpserver" version = "0.2.0" authors = ["chrysn "] description = "A minimal CoAP-over-TCP server implementation built on embedded-nal" documentation = "https://docs.rs/embedded-nal-minimal-coaptcpserver/" readme = "README.md" keywords = [ "network", "coap", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/chrysn/embedded-nal-minimal-coaptcpserver" [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.1" default-features = false [dependencies.embedded-nal] version = "0.6" [dependencies.embedded-nal-tcpextensions] version = "^0.1" [dependencies.heapless] version = "^0.7" [badges.gitlab] repository = "chrysn/embedded-nal-minimal-coaptcpserver" [badges.maintenance] status = "experimental"