liboscore-msgbackend 0.2.6

An implementation of libOSCORE's CoAP messages based on the cjGoap-message crate
Documentation
# 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 = "liboscore-msgbackend"
version = "0.2.6"
authors = [
    "EDF, developed in collaboration with Christian Amsüss",
    "Christian Amsüss <chrysn@fsfe.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of libOSCORE's CoAP messages based on the cjGoap-message crate"
readme = false
keywords = [
    "coap",
    "oscore",
]
categories = [
    "no-std::no-alloc",
    "embedded",
]
license = "BSD-3-Clause"
repository = "https://gitlab.com/oscore/liboscore"

[features]
alloc = ["coap-message-implementations/alloc"]

[lib]
name = "liboscore_msgbackend"
path = "src/lib.rs"

[dependencies.coap-message]
version = "0.3.1"

[dependencies.coap-message-implementations]
version = "0.1.1"

[dependencies.coap-numbers]
version = "0.2.3"