# 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 = "aef" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An encrypted file archiver" homepage = "https://github.com/wyhaya/aef" readme = "README.md" license = "MIT" repository = "https://github.com/wyhaya/aef.git" [profile.dev.package.scrypt] opt-level = 3 [profile.release] lto = true codegen-units = 1 strip = "symbols" [[bin]] name = "aef" path = "src/main.rs" [dependencies.brotli] version = "6.0.0" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.17.8" [dependencies.scrypt] version = "0.11.0" [dependencies.unic-normal] version = "0.9.0" [dependencies.unic-ucd] version = "0.9.0" [dependencies.walkdir] version = "2.5.0" [dependencies.zeroize] version = "1.8.1" features = ["zeroize_derive"]