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