# 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 = "bananapeel" version = "0.1.1" authors = ["arctic-hen7 "] description = "A darn-slippery obfuscator algorithm!" readme = "README.md" keywords = [ "obfuscation", "encoding", "bananapeel", ] categories = [ "algorithms", "cryptography", "encoding", ] license = "MIT" repository = "https://github.com/arctic-hen7/bananapeel" [[bin]] name = "bananapeel" path = "src/bin/cli.rs" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4" features = ["derive"] [dependencies.fmterr] version = "0.1" [dependencies.getrandom] version = "0.2" [dependencies.hex] version = "0.4" [dependencies.thiserror] version = "1"