firmion-process 0.8.0

Main pipeline driver used by the firmion 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 = "firmion-process"
version = "0.8.0"
authors = ["Steve King <sk@metrokings.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Main pipeline driver used by the firmion compiler."
homepage = "https://github.com/steveking-gh/firmion"
readme = false
license-file = "LICENSE.txt"
repository = "https://github.com/steveking-gh/firmion"

[features]
std-crc32c = ["extensions/std-crc32c"]
std-esp-checksum = ["extensions/std-esp-checksum"]
std-md5 = ["extensions/std-md5"]
std-sha256 = ["extensions/std-sha256"]
std-xor = ["extensions/std-xor"]

[lib]
name = "firmion_process"
path = "process.rs"

[dependencies.anyhow]
version = "1.0.34"

[dependencies.ast]
version = "0.8.0"
package = "firmion-ast"

[dependencies.const_eval]
version = "0.8.0"
package = "firmion-const-eval"

[dependencies.diags]
version = "0.8.0"
package = "firmion-diags"

[dependencies.exec_phase]
version = "0.8.0"
package = "firmion-exec-phase"

[dependencies.extensions]
version = "0.8.0"
package = "firmion-extensions"

[dependencies.firmion_extension]
version = "0.8.0"
package = "firmion-extension"

[dependencies.ir]
version = "0.8.0"
package = "firmion-ir"

[dependencies.irdb]
version = "0.8.0"
package = "firmion-irdb"

[dependencies.layout_phase]
version = "0.8.0"
package = "firmion-layout-phase"

[dependencies.parse_int]
version = "0.9.0"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1.44"

[lints.rust]
unsafe_code = "forbid"