[dependencies.defmt]
optional = true
version = "0.3"
[dependencies.defmt-or-log]
default-features = false
version = "0.2.1"
[dependencies.hex]
optional = true
version = "0.4.3"
[dependencies.log]
optional = true
version = "0.4"
[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.22"
[dev-dependencies.hexlit]
version = "0.5.3"
[dev-dependencies.rstest]
version = "0.21.0"
[features]
default = []
python-bindings = ["pyo3", "hex"]
quadruple_sizes = []
[lib]
name = "lakers_shared"
path = "src/lib.rs"
[package]
authors = ["Mališa Vučinić <malisa.vucinic@inria.fr>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std::no-alloc", "network-programming", "embedded"]
description = "EDHOC crypto library constants crate"
edition = "2021"
keywords = ["iot", "security", "protocol", "crypto", "edhoc"]
license = "BSD-3-Clause"
name = "lakers-shared"
readme = "README.md"
repository = "https://github.com/openwsn-berkeley/lakers/"
version = "0.7.2"