cargo-fa 0.11.1

Static analysis tool for framealloc - detect memory intent violations before runtime
[[bin]]
name = "cargo-fa"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "2.0"

[dependencies.glob]
version = "0.3"

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

[dependencies.quote]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing", "visit"]
version = "2.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.4"

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

[package]
authors = ["YelenaTor"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "memory-management"]
description = "Static analysis tool for framealloc - detect memory intent violations before runtime"
documentation = "https://docs.rs/cargo-fa"
edition = "2021"
homepage = "https://github.com/YelenaTor/framealloc/tree/main/cargo-fa"
keywords = ["allocator", "static-analysis", "linter", "game-engine", "memory"]
license = "MIT OR Apache-2.0"
name = "cargo-fa"
readme = "README.md"
repository = "https://github.com/YelenaTor/framealloc"
version = "0.11.1"