# 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 = "coap-lite" version = "0.13.0" authors = ["Martin Disch "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A lightweight CoAP message manipulation crate, ideal for embedded environments. """ readme = "README.md" keywords = ["coap"] categories = [ "network-programming", "no-std", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/martindisch/coap-lite" [lib] name = "coap_lite" path = "src/lib.rs" doctest = false [[example]] name = "bytes" path = "examples/bytes.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "server" path = "examples/server.rs" [[example]] name = "server_coaphandler" path = "examples/server_coaphandler.rs" [dependencies.coap-message] version = "0.2.3" [dependencies.coap-message-0-3] version = "0.3" package = "coap-message" [dependencies.log] version = "0.4.19" optional = true default-features = false [dependencies.lru_time_cache] version = "0.11.11" optional = true [dev-dependencies.coap-handler] version = "0.2.0" [dev-dependencies.coap-handler-implementations] version = "0.5.0" [features] default = ["std"] std = ["lru_time_cache"] udp = [] [badges.maintenance] status = "passively-maintained"