# 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.2" authors = [ "EDF, developed in collaboration with Christian Amsüss", "Christian Amsüss ", ] build = "build.rs" links = "liboscore" exclude = ["*~"] 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" [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.2" features = [ "chacha20poly1305", "aes-gcm", "aes-ccm", ] [dependencies.liboscore-msgbackend] version = "0.2.2" [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"