stet-engine 0.2.0

Execution engine for stet PostScript interpreter
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-engine"
version = "0.2.0"
authors = ["Scott Bowman <scott@bowmans.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Execution engine for stet PostScript interpreter"
homepage = "https://github.com/AndyCappDev/stet"
readme = "README.md"
keywords = [
    "postscript",
    "interpreter",
    "eval",
]
categories = ["graphics"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/AndyCappDev/stet"
resolver = "2"

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

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

[dependencies.stet-core]
version = "0.2.0"

[dependencies.stet-ops]
version = "0.2.0"

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

[dev-dependencies.stet-render]
version = "0.2.0"