omena-engine-input-producers 0.2.0

Rust input-derived producer artifacts for Omena CSS Modules EngineInputV2
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.93"
name = "omena-engine-input-producers"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust input-derived producer artifacts for Omena CSS Modules EngineInputV2"
readme = "README.md"
license = "MIT"
repository = "https://github.com/omenien/omena-css"
resolver = "2"

[package.metadata.omena]
role = "R1"

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

[dependencies.omena-abstract-value]
version = "=0.2.0"

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
panic = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "deny"