visual-hashing 0.1.3

Human-friendly visual fingerprints for keys and checksums: a nameable 64-emoji BLAKE3 hash (emojihash) and OpenSSH-style drunken-bishop randomart
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 = "2021"
rust-version = "1.81"
name = "visual-hashing"
version = "0.1.3"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "LICENSES/**",
    "LICENSING.md",
    "src/**",
    "tests/**",
    "vectors/emojihash/*.json",
    "vectors/randomart/*.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Human-friendly visual fingerprints for keys and checksums: a nameable 64-emoji BLAKE3 hash (emojihash) and OpenSSH-style drunken-bishop randomart"
homepage = "https://github.com/Blackcat-Informatics/visual-hashing"
documentation = "https://docs.rs/visual-hashing"
readme = "README.md"
keywords = [
    "fingerprint",
    "randomart",
    "blake3",
    "emoji",
    "visualization",
]
categories = [
    "cryptography",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Blackcat-Informatics/visual-hashing"

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

[[test]]
name = "conformance"
path = "tests/conformance.rs"

[dependencies.blake3]
version = "1"

[dev-dependencies.serde_json]
version = "1"