# 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 = "plagr" version = "0.1.0" authors = ["Dan0xE "] description = "Playground Launcher .plagr Converter is a utility crate providing the functionality to convert files to and from the custom .plagr file format. The .plagr format is a base64-encoded text file that allows storing different types of files securely and efficiently. This crate supports secure file encryption and decryption, custom file extension override, and optional cleanup. It's a part of the larger Playground Launcher project aiming to offer a variety of applications and tools for streamlined project management." readme = "README.md" license = "MIT" [dependencies.aes] version = "0.7.4" [dependencies.base64] version = "0.13.0" [dependencies.block-modes] version = "0.8.1" [dependencies.clap] version = "2.33.3" [dependencies.flate2] version = "1.0.20" [dependencies.rand] version = "0.8.4" [dependencies.rust-ini] version = "0.17.0"