decy-analyzer 0.2.0

Static analysis and type inference for C code
Documentation
[[bench]]
harness = false
name = "analyzer_benchmarks"
path = "benches/analyzer_benchmarks.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.decy-hir]
version = "0.2.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 = "0.2.0"