# 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" rust-version = "1.68" name = "caead" version = "0.0.1" authors = ["Aydin Mercan "] description = "Committing AEAD constructions from existing AEADs." documentation = "https://docs.rs/caead" readme = "README.md" keywords = [ "aead", "key-commitment", ] categories = [ "cryptography", "no-std", ] license = "BSD-3-Clause" [package.metadata.docs.rs] all-features = true [dependencies.aead] version = "0.5" default-features = false [dependencies.digest] version = "0.10" default-features = false [features] alloc = [ "aead/alloc", "digest/alloc", ] std = [ "aead/std", "digest/std", ]