# 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.65" name = "coap-handler" version = "0.3.0-alpha.1" authors = ["chrysn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interface to CoAP handlers" documentation = "https://docs.rs/coap-handler/" 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-handler" [lib] name = "coap_handler" path = "src/lib.rs" [dependencies.coap-message] version = "0.3.4" [dependencies.coap-numbers] version = "^0.2.0" [badges.gitlab] repository = "chrysn/coap-handler" [badges.maintenance] status = "actively-developed"