firmion-const-eval 0.8.0

Constant evaluation 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-const-eval"
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 = "Constant evaluation 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"

[lib]
name = "firmion_const_eval"
path = "const_eval.rs"

[dependencies.anyhow]
version = "1.0.34"

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

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

[dependencies.indextree]
version = "4.6.1"

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

[dependencies.parse_int]
version = "0.9.0"

[dependencies.tracing]
version = "0.1.44"

[lints.rust]
unsafe_code = "forbid"