lore/Cargo.toml

19 lines
525 B
TOML
Raw Normal View History

2021-10-26 14:20:30 +00:00
[package]
name = "lore"
version = "2.0.0"
2021-10-26 14:20:30 +00:00
edition = "2018"
description = "Zero-dependency hashing algorithms"
license = "BSD-3-Clause"
readme = "README.md"
homepage = "https://git.palmoe.dk/vodofrede/lore/"
repository = "https://git.palmoe.dk/vodofrede/lore/"
keywords = ["algorithms", "compression", "cryptography", "md5", "hash"]
categories = ["algorithms", "compression", "cryptography"]
exclude = []
[dev-dependencies]
criterion = { version = "^0.3", features = ["html_reports"] }
[[bench]]
name = "md5"
harness = false