hashavatar 0.4.2

Deterministic procedural avatars in Rust with SHA-512 identities and WebP, PNG, JPEG, GIF, and SVG export
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "hashavatar"
version = "0.4.2"
build = false
exclude = ["Screenshot_*.png"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "hashavatar"
description = "Deterministic procedural avatars in Rust with SHA-512 identities and WebP, PNG, JPEG, GIF, and SVG export"
homepage = "https://github.com/valkyoth/hashavatar"
documentation = "https://docs.rs/hashavatar/latest/hashavatar/"
readme = "README.md"
keywords = [
    "avatar",
    "identicon",
    "procedural",
    "webp",
    "svg",
]
categories = [
    "multimedia::images",
    "graphics",
]
license = "EUPL-1.2"
repository = "https://github.com/valkyoth/hashavatar"

[lib]
name = "hashavatar"
path = "src/lib.rs"

[[bin]]
name = "hashavatar"
path = "src/main.rs"

[[bin]]
name = "hashavatar-cli"
path = "src/bin/hashavatar-cli.rs"

[dependencies.axum]
version = "0.8.9"
features = [
    "http1",
    "tokio",
    "query",
]
default-features = false

[dependencies.image]
version = "0.25.10"
features = [
    "gif",
    "jpeg",
    "png",
    "webp",
]
default-features = false

[dependencies.palette]
version = "0.7.6"
features = ["std"]
default-features = false

[dependencies.rand]
version = "0.10.1"
features = [
    "std",
    "std_rng",
]
default-features = false

[dependencies.sha2]
version = "0.11.0"
features = ["alloc"]
default-features = false

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
]
default-features = false