19 lines
No EOL
538 B
TOML
19 lines
No EOL
538 B
TOML
[package]
|
|
name = "lore"
|
|
version = "2.0.1"
|
|
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 = []
|
|
|
|
[dependencies]
|
|
serde = { version = ">=1.0.0", features = ["derive"], optional = true }
|
|
|
|
[features]
|
|
default = []
|
|
serde = ["dep:serde"] |