spec-drift 0.2.0

Semantic coherence analysis between specification and implementation for Rust projects.
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.95"
name = "spec-drift"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic coherence analysis between specification and implementation for Rust projects."
readme = "README.md"
keywords = [
    "cli",
    "lint",
    "documentation",
    "rust",
    "agents",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asmuelle/spec-drift"

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

[[bin]]
name = "spec-drift"
path = "src/main.rs"

[[example]]
name = "library_usage"
path = "examples/library_usage.rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

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

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.quote]
version = "1"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2"
features = [
    "tls",
    "json",
]
default-features = false

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

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
panic = "abort"
strip = true