# 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 = "tla" version = "0.2.2" authors = ["hzqd "] description = "A CLI tool for compressing and encrypting a file or a directory. (tar, lzma, aes & des & rsa)" license = "MIT OR Apache-2.0" repository = "https://github.com/hzqd/tla" [dependencies.ades] version = "0.1" [dependencies.aoko] version = "0.3.0-alpha.1" features = ["paral"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.num_cpus] version = "1.13" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5" [dependencies.rsa] version = "0.9.3" features = ["serde"] [dependencies.serde_json] version = "1.0.108" [dependencies.tar] version = "0.4" [dependencies.xz2] version = "0.1"