[package]
edition = "2024"
name = "synth-cfg"
version = "0.11.21"
authors = ["PulseEngine Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Control flow graph representation for the Synth compiler"
homepage = "https://github.com/pulseengine/synth"
readme = false
keywords = [
"webassembly",
"arm",
"cortex-m",
"compiler",
"embedded",
]
categories = [
"compilers",
"embedded",
"wasm",
"no-std",
]
license = "Apache-2.0"
repository = "https://github.com/pulseengine/synth"
resolver = "2"
[lib]
name = "synth_cfg"
path = "src/lib.rs"
[dependencies]