stet-graphics 0.2.1

Display list, ICC color, and graphics types shared by stet's PostScript interpreter and PDF reader
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 = "stet-graphics"
version = "0.2.1"
authors = ["Scott Bowman <scott@bowmans.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Display list, ICC color, and graphics types shared by stet's PostScript interpreter and PDF reader"
homepage = "https://github.com/AndyCappDev/stet"
readme = "README.md"
keywords = [
    "postscript",
    "graphics",
    "color",
    "icc",
    "display-list",
]
categories = [
    "graphics",
    "rendering",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/AndyCappDev/stet"
resolver = "2"

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

[[example]]
name = "icc_probe"
path = "examples/icc_probe.rs"

[dependencies.glob]
version = "0.3"

[dependencies.moxcms]
version = "0.8"
features = ["any_to_any"]

[dependencies.sha2]
version = "0.10"

[dependencies.stet-fonts]
version = "0.2.1"