# 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-handler-implementations" version = "0.6.0-alpha.1" authors = ["chrysn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple implementations of CoAP handlers" documentation = "https://docs.rs/coap-handler-implementations/" readme = "README.md" keywords = [ "coap", "iot", ] categories = ["no-std::no-alloc"] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/chrysn/coap-tools" [package.metadata.docs.rs] all-features = true [lib] name = "coap_handler_implementations" path = "src/lib.rs" [dependencies.ciborium-io] version = "0.2" default-features = false [dependencies.coap-handler] version = "0.3.0-alpha.1" [dependencies.coap-handler-0-2] version = "0.2" package = "coap-handler" [dependencies.coap-message] version = "0.3.0-alpha.1" [dependencies.coap-message-utils] version = "0.3.0" [dependencies.coap-numbers] version = "^0.2.2" default-features = false [dependencies.crc] version = "^3" default-features = false [dependencies.document-features] version = "0.2" [dependencies.embedded-io] version = "0.4" [dependencies.minicbor_0_19] version = "0.19" default-features = false package = "minicbor" [dependencies.minicbor_0_24] version = "0.24.4" default-features = false package = "minicbor" [dependencies.serde] version = "^1.0.69" features = ["derive"] default-features = false [dependencies.serde_cbor] version = "0.11" default-features = false [dependencies.windowed-infinity] version = "^0.1.5" features = [ "with_serde_cbor", "with_minicbor_0_19", "with_minicbor_0_24", "with_ciborium", "with_embedded_io_0_4", ] [features] _nightly_docs = [] _nontrivial_option_processing = [] leaky_names = [] serde-std = [ "serde_cbor/std", "serde/std", ] [badges.maintenance] status = "actively-developed" [lints.rust] unsafe_code = "deny"