# 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" rust-version = "1.81" name = "block-padding" version = "0.4.0-rc.2" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Padding and unpadding of messages divided into blocks." documentation = "https://docs.rs/block-padding" readme = "README.md" keywords = [ "padding", "pkcs7", "ansix923", "iso7816", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/utils" [lib] name = "block_padding" path = "src/lib.rs" [dependencies.hybrid-array] version = "0.2"