playfair_cipher 1.0.5

Implementation of Playfair, Two square and Four square cipher
Documentation
[package]
name = "playfair_cipher"
authors = ["Stefan Dörig <sdoerig@bluewin.ch>"]
version = "1.0.5"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Implementation of Playfair, Two square and Four square cipher"
documentation = "https://docs.rs/playfair_cipher"
categories = ["cryptography"]
homepage = "https://github.com/sdoerig/playfair_cipher"
repository = "https://github.com/sdoerig/playfair_cipher"
keywords = ["Cipher", "Playfair", "Cryptography", "Four_square", "Two_square"]
exclude = [
    ".github",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustc-hash = "2.1.1"

[dev-dependencies]
criterion = "0.6"
rand = "0.9.2"

[[bench]]
name = "benchmark"
harness = false