omena-engine-input-producers 0.1.2

Input-derived producer artifacts for Omena CSS semantic analysis
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 = "omena-engine-input-producers"
version = "0.1.2"
build = false
exclude = [".github/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Input-derived producer artifacts for Omena CSS semantic analysis"
readme = "README.md"
keywords = [
    "omena",
    "css-modules",
    "analysis",
    "semantics",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/omenien/omena-engine-input-producers"

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

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

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

[dependencies.serde_json]
version = "1.0"

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

[lints.rust]
unsafe_code = "deny"