crap-core 0.5.0

Language-agnostic foundation for the CRAP analyzer family — domain types, port traits, and shared invariants for crap4rs / future crap4ts.
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 = "crap-core"
version = "0.5.0"
authors = ["Christopher Bays <cmbays@breezybayslabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language-agnostic foundation for the CRAP analyzer family — domain types, port traits, and shared invariants for crap4rs / future crap4ts."
readme = "README.md"
keywords = [
    "crap",
    "complexity",
    "coverage",
    "testing",
    "quality",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/breezy-bays-labs/crap-rs"
resolver = "2"

[features]
test-helpers = ["dep:proptest"]

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.askama]
version = "0.16"

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

[dependencies.clap_complete]
version = "4"

[dependencies.clap_complete_nushell]
version = "4"

[dependencies.colored]
version = "3"

[dependencies.comfy-table]
version = "7"
features = ["custom_styling"]

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.proptest]
version = "1"
optional = true

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.insta]
version = "1"
features = ["json"]

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

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

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