synth-opt 0.11.4

Peephole optimization passes for the Synth compiler
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "synth-opt"
version = "0.11.4"
authors = ["PulseEngine Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Peephole optimization passes 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_opt"
path = "src/lib.rs"

[[example]]
name = "optimization_pipeline"
path = "examples/optimization_pipeline.rs"

[[bench]]
name = "optimization_bench"
path = "benches/optimization_bench.rs"
harness = false

[dependencies.synth-cfg]
version = "0.11.4"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]