# 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 = "basecracker" version = "0.2.1" authors = ["skyf0l "] include = [ "src/**/*", "Cargo.toml", "LICENSE*", "README.md", ] description = "Encode, Decode and Crack encoded data, useful to crack some random encoded strings in CTFs." readme = "README.md" keywords = [ "encoder", "decoder", "cracker", "ctf", "guessing", ] categories = [ "command-line-utilities", "encoding", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/skyf0l/BaseCracker" [dependencies.base-x] version = "0.2" [dependencies.base32] version = "0.4" [dependencies.base58] version = "0.2" [dependencies.base64] version = "0.21" [dependencies.base85] version = "1" [dependencies.bs62] version = "0.1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.hex] version = "0.4.3" [dependencies.iterator-ext] version = "0.2" [dependencies.main_error] version = "0.1" [dependencies.thiserror] version = "1"