# 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 = "rust-padbuster" version = "0.1.2" authors = ["Ryar Nyah "] description = "It's a port of python-paddingoracle (https://github.com/mwielgoszewski/python-paddingoracle)" readme = "README.md" keywords = [ "padbuster", "oracle", ] license-file = "LICENSE" repository = "https://github.com/ryarnyah/rust-padbuster" [dependencies.base64] version = "0.22.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dev-dependencies.aes] version = "0.8.2" [dev-dependencies.block-modes] version = "0.9.1" [dev-dependencies.cbc] version = "0.1.2" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.simple_logger] version = "4.1.0"