# 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 = "2018" name = "edhoc" version = "0.1.0" authors = ["Ask Sejsbo "] description = "Experimental EDHOC implementation with fourth optional message" homepage = "https://github.com/S3j5b0/edhoc" documentation = "https://github.com/S3j5b0/edhoc" readme = "README.md" license = "MIT OR Apache-2.0" [lib] doctest = false [dependencies.aes] version = "0.7.5" [dependencies.ccm] version = "0.4.4" [dependencies.digest] version = "0.8.1" [dependencies.hkdf] version = "0.8.0" [dependencies.rand_core] version = "0.6.2" [dependencies.serde] version = "1.0.97" features = ["derive", "alloc"] default-features = false [dependencies.serde_bytes] version = "0.11.1" features = ["alloc"] default-features = false [dependencies.serde_cbor] version = "0.11.2" features = ["alloc"] default-features = false [dependencies.sha2] version = "0.8.0" default-features = false [dependencies.x25519-dalek-ng] version = "1.1.1" features = ["u32_backend"] default-features = false [features] default = ["std"] no_replay = [] std = ["serde/std", "serde_cbor/std", "serde_bytes/std", "x25519-dalek-ng/std", "sha2/std", "ccm/std", "hkdf/std", "digest/std"]