# 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 = "i6-pack" version = "0.1.18" authors = ["kruserr"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to compress and optionally encrypt files" readme = "README.md" keywords = [ "cli", "terminal", "utility", "tool", "command", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "AGPL-3.0" repository = "https://github.com/kruserr/i6" [lib] name = "i6_pack" path = "src/lib.rs" [[bin]] name = "i6-pack" path = "src/main.rs" [dependencies.aes-gcm] version = "0.10" [dependencies.argon2] version = "0.5" [dependencies.chacha20poly1305] version = "0.10" [dependencies.clap] version = "4" [dependencies.hmac] version = "0.12" [dependencies.num_cpus] version = "1" [dependencies.rand] version = "0.8" [dependencies.rpassword] version = "7" [dependencies.tar] version = "0.4" [dependencies.uuid] version = "1" features = ["v4"] [dependencies.walkdir] version = "2" [dependencies.zstd] version = "0.13" features = ["zstdmt"] [lints.clippy] implicit_saturating_sub = "allow" needless_return = "allow" single_component_path_imports = "allow" [lints.rust] unused_imports = "allow" unused_parens = "allow"