# 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 = "xoodyak" version = "0.8.4" authors = ["Frank Denis "] description = "Xoodyak / Xoodoo - A versatile cryptographic scheme that can be used for hashing, encryption, MAC computation and authenticated encryption." homepage = "https://github.com/jedisct1/rust-xoodyak" readme = "README.md" keywords = [ "crypto", "xoodyak", "xoodoo", "cyclist", ] categories = [ "no-std", "cryptography", "wasm", ] license = "MIT" repository = "https://github.com/jedisct1/rust-xoodyak" [profile.bench] codegen-units = 1 [profile.release] lto = "fat" codegen-units = 1 panic = "abort" incremental = false [[bench]] name = "benchmark" harness = false [dependencies.zeroize] version = "1.6" [dev-dependencies.benchmark-simple] version = "0.1.8" [features] default = ["std"] std = []