[package]
edition = "2021"
name = "xbp-analysis"
version = "10.57.0"
authors = ["Floris @ floris@xylex.group"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language-agnostic static analysis (error-handling / Aspirator-style) for XBP"
homepage = "https://github.com/xylex-group/xbp"
readme = false
license = "MIT"
repository = "https://github.com/xylex-group/xbp"
[lib]
name = "xbp_analysis"
path = "src/lib.rs"
[[test]]
name = "architecture"
path = "tests/architecture.rs"
[[test]]
name = "fixtures_rust"
path = "tests/fixtures_rust.rs"
[dependencies.blake3]
version = "1.8"
[dependencies.ignore]
version = "0.4"
[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]
[dependencies.quote]
version = "1.0"
[dependencies.regex]
version = "1.11"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.syn]
version = "2.0"
features = [
"full",
"visit",
"extra-traits",
]
[dependencies.thiserror]
version = "2.0"
[dependencies.walkdir]
version = "2.5"
[dev-dependencies.insta]
version = "1.41"
[dev-dependencies.tempfile]
version = "3.15"