[lib]
name = "mcf"
path = "src/lib.rs"
[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "authentication", "encoding", "no-std", "parser-implementations"]
description = """
Pure Rust implementation of the Modular Crypt Format (MCF) which is used to store password hashes
in the form `${id}$...`
"""
edition = "2024"
homepage = "https://github.com/RustCrypto/formats/pull/1855"
keywords = ["crypt", "crypto", "password-hash", "password-hashing"]
license = "Apache-2.0 OR MIT"
name = "mcf"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats"
resolver = "2"
rust-version = "1.85"
version = "0.0.0"
[[test]]
name = "mcf"
path = "tests/mcf.rs"