liboscore-cryptobackend 0.2.7

An implementation of libOSCORE's cryptographic primitives backend based on Rust implementations
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-cryptobackend"
version = "0.2.7"
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 cryptographic primitives backend based on Rust implementations"
documentation = "https://docs.rs/liboscore-cryptobackend"
readme = false
keywords = [
    "coap",
    "oscore",
]
categories = [
    "no-std::no-alloc",
    "embedded",
]
license = "BSD-3-Clause"
repository = "https://gitlab.com/oscore/liboscore"

[package.metadata.docs.rs]
all-features = true

[features]
aes-ccm = [
    "ccm",
    "aes",
]
log_cryptographic_operations_including_secret_keys = ["log"]

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

[[example]]
name = "single-encrypt"
path = "examples/single-encrypt.rs"

[dependencies.aead]
version = "0.5"
default-features = false

[dependencies.aes]
version = "0.8"
optional = true

[dependencies.aes-gcm]
version = "0.10"
features = ["aes"]
optional = true
default-features = false

[dependencies.ccm]
version = "0.5"
optional = true
default-features = false

[dependencies.chacha20poly1305]
version = "0.10"
optional = true
default-features = false

[dependencies.heapless]
version = "0.9"

[dependencies.hkdf]
version = "0.12"
default-features = false

[dependencies.hmac]
version = "0.12"
default-features = false

[dependencies.log]
version = "0.4"
optional = true

[dependencies.sha2]
version = "0.10"
default-features = false

[dependencies.typenum]
version = "1"