[[bench]]
harness = false
name = "analyzer_benchmarks"
path = "benches/analyzer_benchmarks.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.decy-hir]
version = "2.0.0"
[dependencies.petgraph]
version = "0.6"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.proptest]
version = "1.4"
[lib]
name = "decy_analyzer"
path = "src/lib.rs"
[package]
authors = ["Decy Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "compilers", "command-line-utilities"]
description = "Static analysis and type inference for C code"
documentation = "https://docs.rs/decy"
edition = "2021"
homepage = "https://github.com/paiml/decy"
keywords = ["c", "rust", "transpiler", "compiler", "static-analysis"]
license = "MIT OR Apache-2.0"
name = "decy-analyzer"
readme = false
repository = "https://github.com/paiml/decy"
version = "2.0.0"
[[test]]
name = "lock_analysis_tests"
path = "tests/lock_analysis_tests.rs"
[[test]]
name = "output_params_tests"
path = "tests/output_params_tests.rs"
[[test]]
name = "subprocess_analysis_tests"
path = "tests/subprocess_analysis_tests.rs"
[[test]]
name = "tagged_union_tests"
path = "tests/tagged_union_tests.rs"
[[test]]
name = "void_ptr_analysis_tests"
path = "tests/void_ptr_analysis_tests.rs"