mirror of
https://github.com/ratspeak/LXMFace
synced 2026-08-12 18:07:23 -04:00
18 lines
473 B
TOML
18 lines
473 B
TOML
[package]
|
|
name = "lxmface"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version = "1.85"
|
|
license = "MIT"
|
|
description = "Deterministic identicon generator for LXMF/Reticulum addresses"
|
|
repository = "https://github.com/ratspeak/lxmface"
|
|
keywords = ["identicon", "avatar", "lxmf", "reticulum", "blockies"]
|
|
categories = ["multimedia::images", "algorithms"]
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
|
|
[dev-dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|