# 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 = "padding-oracle" version = "0.1.1" authors = ["zer0x64"] description = "A simple Rust crate to exploit CBC-PKCS7 padding oracles" documentation = "https://docs.rs/padding-oracle" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/zer0x64/padding-oracle-rs" [dependencies.thiserror] version = "1.0" default-features = false package = "thiserror-core" [dev-dependencies.aes] version = "0.8.4" [dev-dependencies.cbc] version = "0.1.2" [features] default = ["std"] std = ["thiserror/std"]