# 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 = "morus" version = "0.1.3" authors = ["Frank Denis "] description = "MORUS authenticated cipher (MORUS-1280-128)" homepage = "https://github.com/jedisct1/rust-morus" readme = "README.md" keywords = ["morus", "cipher", "aead", "crypto"] categories = ["no-std", "cryptography"] license = "MIT" repository = "https://github.com/jedisct1/rust-morus" [profile.release] codegen-units = 1 panic = "abort" incremental = false [[bench]] name = "benchmark" harness = false [dev-dependencies.aes-gcm] version = "0.9.4" [dev-dependencies.benchmark-simple] version = "0.1.7" [dev-dependencies.chacha20poly1305] version = "0.9.0" [features] default = ["std"] std = []