# 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 = "rocca" version = "0.3.0" authors = ["Frank Denis "] description = "ROCCA-S authenticated cipher" homepage = "https://github.com/jedisct1/rust-rocca" readme = "README.md" keywords = [ "rocca", "rocca-s", "cipher", "aead", "aes", ] categories = [ "no-std", "cryptography", ] license = "MIT" repository = "https://github.com/jedisct1/rust-rocca" [profile.release] codegen-units = 1 panic = "abort" incremental = false [[bench]] name = "benchmark" harness = false [dev-dependencies.aegis] version = "0.3.0" [dev-dependencies.aes-gcm] version = "0.10.1" [dev-dependencies.benchmark-simple] version = "0.1.7" [dev-dependencies.chacha20poly1305] version = "0.10.1" [dev-dependencies.ct-codecs] version = "1.1.1" [features] default = ["std"] std = [] [target."cfg(not(any(all(target_arch = \"x86_64\", target_feature = \"aes\"),all(target_arch = \"x86\", target_feature = \"aes\"))))".dependencies.aes] version = "0.8.2" features = ["hazmat"]