# 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" version = "0.7.0" authors = ["Mališa Vučinić "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of EDHOC (RFC 9528)" 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" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.defmt-or-log] version = "0.2.1" default-features = false [dependencies.lakers-shared] version = "^0.7.0" package = "lakers-shared" [dependencies.log] version = "0.4" optional = true [dev-dependencies.hexlit] version = "0.5.3" [dev-dependencies.lakers-ead-authz] version = "^0.7.0" package = "lakers-ead-authz" [features] default = ["test-ead-none"] defmt = ["dep:defmt"] log = ["dep:log"] test-ead-authz = [] test-ead-none = []