directiva 0.2.0

A tiny, paste-friendly directive mini-language: ACTION:[<KIND>]NAME[@PATH][=NOTE]
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 = "directiva"
version = "0.2.0"
build = false
exclude = [
    "/design",
    "/fuzz",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny, paste-friendly directive mini-language: ACTION:[<KIND>]NAME[@PATH][=NOTE]"
readme = "README.md"
keywords = [
    "directive",
    "glob",
    "policy",
    "lint",
    "rules",
]
categories = [
    "parsing",
    "config",
]
license = "MIT"
repository = "https://github.com/prostomarkeloff/directiva"

[features]
default = [
    "source",
    "lint",
]
lint = []
python = [
    "dep:pyo3",
    "source",
    "lint",
]
source = []

[lib]
name = "directiva"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.pyo3]
version = "0.28"
features = [
    "extension-module",
    "abi3-py39",
]
optional = true

[dev-dependencies.proptest]
version = "1"

[lints.clippy.pedantic]
level = "warn"
priority = -1