# 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" rust-version = "1.79" name = "coap-message" version = "0.3.5" authors = ["chrysn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interface to CoAP messages" documentation = "https://docs.rs/coap-message/" readme = "README.md" keywords = [ "coap", "iot", ] categories = [ "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/chrysn/coap-message" [lib] name = "coap_message" path = "src/lib.rs" [[example]] name = "structured" path = "examples/structured.rs" [dependencies.num-traits] version = "0.2.16" default-features = false [badges.gitlab] repository = "chrysn/coap-message" [badges.maintenance] status = "actively-developed"