falsegreen-ui-render 0.1.0

Supplemental deterministic software capture for FalseGreen UI diagnostics
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"
rust-version = "1.85"
name = "falsegreen-ui-render"
version = "0.1.0"
authors = ["FalseGreen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Supplemental deterministic software capture for FalseGreen UI diagnostics"
homepage = "https://github.com/truemagic-coder/falsegreen-ui"
documentation = "https://docs.rs/falsegreen-ui-render"
readme = "README.md"
keywords = [
    "testing",
    "verification",
    "dioxus",
    "ui",
]
categories = [
    "development-tools::testing",
    "gui",
]
license = "Apache-2.0"
repository = "https://github.com/truemagic-coder/falsegreen-ui"
resolver = "2"

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

[dependencies.falsegreen-ui-core]
version = "=0.1.0"

[dependencies.hex]
version = "=0.4.3"

[dependencies.png]
version = "=0.18.1"

[dependencies.serde]
version = "=1.0.228"
features = ["derive"]

[dependencies.sha2]
version = "=0.10.9"

[dependencies.thiserror]
version = "=2.0.18"