# 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" name = "aes-wasm" version = "0.1.11" authors = ["Frank Denis "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "AES-GCM, AES-OCB, AEGIS, AES-CTR, CMAC-AES for WebAssembly" readme = "README.md" keywords = [ "aes-gcm", "aes-ctr", "cmac", "wasm", "webassembly", ] license = "MIT" repository = "https://github.com/jedisct1/rust-aes-wasm" [lib] name = "aes_wasm" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dev-dependencies.aegis] version = "0.6.6" [dev-dependencies.aes-gcm] version = "0.10.3" [dev-dependencies.benchmark-simple] version = "0.1.9" [dev-dependencies.cbc] version = "0.1.2" [dev-dependencies.cmac] version = "0.7.2" [dev-dependencies.ctr] version = "0.9.2"