[dependencies.md5]
default-features = false
version = "0.8.0"
[lib]
name = "md5crypt"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Pure Rust implementation of the md5crypt password hashing function."
edition = "2024"
homepage = "https://sr.ht/~oopsbagel/md5crypt-rs/"
license = "MIT"
name = "md5crypt"
readme = "README.md"
repository = "https://git.sr.ht/~oopsbagel/md5crypt-rs"
version = "1.0.0"