paint_list_api 0.1.1

PaintList trait + engine-facing paint vocabulary for the polyglot netrender pipeline (PM-3 design).
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"
name = "paint_list_api"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PaintList trait + engine-facing paint vocabulary for the polyglot netrender pipeline (PM-3 design)."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/merely-made/netrender"

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

[dependencies.euclid]
version = "0.22"
features = ["serde"]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

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