zennode 0.1.0

Self-documenting node definitions for image processing pipelines
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 = "zennode"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Self-documenting node definitions for image processing pipelines"
readme = "README.md"
keywords = [
    "image",
    "pipeline",
    "node",
    "schema",
]
categories = ["multimedia::images"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/imazen/zennode"

[features]
default = [
    "std",
    "derive",
]
derive = ["dep:zennode-derive"]
json-schema = ["serde"]
serde = [
    "dep:serde",
    "dep:serde_json",
    "std",
]
std = []

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

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

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

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dependencies.zennode-derive]
version = "0.1.0"
optional = true

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

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