# 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.58" name = "daence" version = "0.0.0" description = "An implementation of the Daence authenticated encryption with associated data strategy" keywords = [ "authentication", "cryptography", ] license = "MIT" repository = "https://github.com/qm3ster/daence/" resolver = "2" [dependencies.chacha20] version = "0.9.0" [dependencies.generic-array] version = "0.14.5" [dependencies.poly1305] version = "0.7.2" [dependencies.subtle] version = "2.4.1" [dependencies.typenum] version = "1.15.0" [dependencies.universal-hash] version = "0.4.1"