[package]
name = "md5crypt"
version = "1.0.0"
description = "Pure Rust implementation of the md5crypt password hashing function."
edition = "2024"
license = "MIT"
repository = "https://git.sr.ht/~oopsbagel/md5crypt-rs"
homepage = "https://sr.ht/~oopsbagel/md5crypt-rs/"
readme = "README.md"
[dependencies]
md5 = { version = "0.8.0", default-features = false }