md5crypt 1.0.0

Pure Rust implementation of the md5crypt password hashing function.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[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 }