# 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 = "capycrypt" version = "0.7.5" authors = [ "Dustin Ray (Dr. Capybara) ", "Hunter Richardson (HLRichardson-Git) ", ] description = "An advanced cryptographic suite for secure message exchange" readme = "README.md" keywords = [ "cryptography", "aes", "sha3", "ed448", "mlkem", ] license = "MIT" repository = "https://github.com/drcapybara/capyCRYPT" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [profile.test] opt-level = 3 [[bench]] name = "benchmark_sha3" harness = false [[bench]] name = "benchmark_e448_224" harness = false [[bench]] name = "benchmark_e448_512" harness = false [[bench]] name = "benchmark_aes" harness = false [dependencies.aes] version = "0.8.3" [dependencies.byteorder] version = "1.4.3" [dependencies.capy_kem] version = "0.1.9" [dependencies.chrono] version = "0.4.23" [dependencies.criterion] version = "0.3" [dependencies.crypto-bigint] version = "0.5.3" features = [ "serde", "alloc", ] [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.2" [dependencies.tiny_ed448_goldilocks] version = "0.1.8"