marque-rules 0.2.1

Rule trait definitions for marque — the contract every rule crate implements
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 = "marque-rules"
version = "0.2.1"
build = false
include = [
    "Cargo.toml",
    "LICENSE.md*",
    "README.md",
    "REUSE.toml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rule trait definitions for marque — the contract every rule crate implements"
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/marquetools/marque"

[features]
default = []
serde = [
    "dep:serde",
    "marque-ism/serde",
]

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

[dependencies.marque-ism]
version = "0.2.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.static_assertions]
version = "1.1.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage)",
    "cfg(coverage_nightly)",
    'cfg(feature, values("corpus-override"))',
]