intent 0.1.1

Static analysis tool for the Intent design constraint language — machine-verifiable architectural constraints for codebases
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 = "2021"
rust-version = "1.74"
name = "intent"
version = "0.1.1"
build = "build.rs"
exclude = [
    "tests/",
    "formal/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static analysis tool for the Intent design constraint language — machine-verifiable architectural constraints for codebases"
homepage = "https://github.com/wiggum-cc/intent"
readme = "README.md"
keywords = [
    "architecture",
    "static-analysis",
    "constraints",
    "lint",
    "design",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wiggum-cc/intent"

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

[[bin]]
name = "intent"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.lalrpop-util]
version = "0.22"
features = [
    "lexer",
    "unicode",
]

[dependencies.lazy_static]
version = "1"

[dependencies.owo-colors]
version = "4"

[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit",
    "extra-traits",
]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.lalrpop]
version = "0.22"