[dependencies]
[lib]
name = "md2_digest"
path = "src/lib.rs"
[package]
authors = ["Mathew John Roberts <auronandace@duck.com>"]
categories = ["no-std", "no-std::no-alloc", "algorithms"]
description = "A 0 dependency, no_std library for generating md2 digests."
documentation = "https://docs.rs/md2_digest"
edition = "2021"
exclude = ["target", "Cargo.lock"]
homepage = "https://github.com/auronandace/md2_digest"
keywords = ["no-std", "hash", "library"]
license = "ISC"
name = "md2_digest"
readme = "README.md"
repository = "https://github.com/auronandace/md2_digest"
rust-version = "1.79"
version = "1.0.0"