# 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 = "laqfort" version = "0.0.1" authors = ["Zander Lewis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The LAQ-Fort encryption algorithm." readme = "README.md" license = "MIT" repository = "https://github.com/zanderlewis/laq-fort" [lib] name = "laqfort" path = "src/lib.rs" [[bin]] name = "laqfort" path = "src/main.rs" [dependencies.aes-gcm] version = "0.11.0-pre.1" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.mle1] version = "0.0.2" [dependencies.pqc_kyber] version = "0.7.1" [dependencies.rand] version = "0.8.4" [dependencies.zeroize] version = "1.4"