[package] name = "embedded-nal-minimal-coaptcpserver" version = "0.2.0" authors = ["chrysn "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/chrysn/embedded-nal-minimal-coaptcpserver" keywords = ["network", "coap"] categories = ["embedded", "no-std"] description = "A minimal CoAP-over-TCP server implementation built on embedded-nal" documentation = "https://docs.rs/embedded-nal-minimal-coaptcpserver/" [badges] gitlab = { repository = "chrysn/embedded-nal-minimal-coaptcpserver" } maintenance = { status = "experimental" } [dependencies] coap-message = "^0.3.0" coap-handler = "^0.2.0" coap-message-implementations = "^0.1.0" embedded-nal = "0.6" heapless = "^0.7" coap-numbers = { version = "^0.1", default-features = false } embedded-nal-tcpextensions = "^0.1" [workspace.metadata.release] sign-tag = true