# 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 = "skipjack_rs" version = "0.1.0" authors = ["Schmid7k"] description = "Pure Rust software implementation of the SKIPJACK codebook encryptor/decryptor Algorithm" documentation = "https://docs.rs/skipjack_rs" readme = "README.md" keywords = [ "crypto", "skipjack", "block-cipher", "educational", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Schmid7k/skipjack_rs" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = false incremental = false [[bench]] name = "skipjack_encrypt" path = "benches/encrypt.rs" harness = false [[bench]] name = "skipjack_decrypt" path = "benches/decrypt.rs" harness = false [dependencies.cipher] version = "0.4.3" [dependencies.generic-array] version = "0.14.5" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.criterion-cycles-per-byte] version = "0.1.2"