# 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-crypto-rustcrypto"
version = "0.8.0"
authors = ["Christian Amsüss <chrysn@fsfe.org>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EDHOC crypto library backend based on the RustCrypto crates"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/openwsn-berkeley/lakers/"

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

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

[dependencies.aes]
version = "0.8.3"
default-features = false

[dependencies.ccm]
version = "0.5.0"
default-features = false

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

[dependencies.lakers-shared]
version = "^0.8.0"
package = "lakers-shared"

[dependencies.p256]
version = "0.13.2"
features = ["ecdh"]
default-features = false

[dependencies.rand_core]
version = "0.6.4"
default-features = false

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