# 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 = "lea" version = "0.5.4" authors = ["남기훈 "] description = "Lightweight Encryption Algorithm (LEA)" readme = "README.md" keywords = [ "cipher", "cryptography", "lea", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://github.com/sitd2813/lea-rust" [[bench]] name = "lea" harness = false [[bench]] name = "lea-ccm" harness = false required-features = ["ccm"] [[bench]] name = "lea-ctr" harness = false required-features = ["ctr"] [dependencies.ccm] version = "0.4.*" optional = true [dependencies.cfg-if] version = "1.*.*" [dependencies.cipher] version = "0.3.*" [dependencies.ctr] version = "0.8.*" optional = true [dependencies.zeroize] version = "1.*.*" optional = true default-features = false [dev-dependencies.criterion] version = "0.4.*" [dev-dependencies.criterion-cycles-per-byte] version = "0.4.*" [features] default = []