liboscore 0.2.5

Rust wrapper around the libOSCORE implementation of OSCORE (RFC8613), a security layer for CoAP
# 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"
version = "0.2.5"
authors = [
    "EDF, developed in collaboration with Christian Amsüss",
    "Christian Amsüss <chrysn@fsfe.org>",
]
build = "build.rs"
links = "liboscore"
exclude = ["*~"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper around the libOSCORE implementation of OSCORE (RFC8613), a security layer for CoAP"
readme = "README.md"
keywords = [
    "coap",
    "oscore",
]
categories = [
    "no-std::no-alloc",
    "embedded",
]
license = "BSD-3-Clause"
repository = "https://gitlab.com/oscore/liboscore"

[features]
default = [
    "provide-assert",
    "provide-abort",
]
provide-abort = []
provide-assert = []

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

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

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

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

[dependencies.liboscore-cryptobackend]
version = "0.2.5"
features = [
    "chacha20poly1305",
    "aes-gcm",
    "aes-ccm",
]

[dependencies.liboscore-msgbackend]
version = "0.2.5"

[dependencies.pretty-hex]
version = "0.3"
default-features = false

[build-dependencies.bindgen]
version = "0.70"

[build-dependencies.cbindgen]
version = "0.24"
default-features = false

[build-dependencies.cc]
version = "1"