entviz 0.15.1

Visualize high-entropy values as comparable SVG diagrams (entviz, spec v15).
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.87"
name = "entviz"
version = "0.15.1"
build = false
exclude = [
    ".github",
    "scripts",
    ".cursorrules",
    "AGENTS.md",
    "CLAUDE.md",
    "GEMINI.md",
    "src/model.rs",
    "src/bin/render_model.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Visualize high-entropy values as comparable SVG diagrams (entviz, spec v15)."
readme = "README.md"
keywords = [
    "entropy",
    "fingerprint",
    "svg",
    "visualization",
]
categories = [
    "visualization",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/dhh1128/entviz-rs"

[features]
adversarial = []

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

[[bin]]
name = "entviz-conformance"
path = "src/main.rs"

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.hex]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"