omena-cascade 0.2.0

Cascade-formal substrate for Omena CSS
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-cascade"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cascade-formal substrate for Omena CSS"
readme = "README.md"
license = "MIT"
repository = "https://github.com/omenien/omena-css"
resolver = "2"

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

[package.metadata.docs.rs]
all-features = true

[features]
bdd-attractor = []
default = []
frame-rule = []
grn = []
naldi-lumping = []
spin-glass = []

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

[dependencies.omena-refinement-trait]
version = "=0.2.0"

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

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

[lints.rust]
unsafe_code = "deny"