[package]
edition = "2024"
name = "rvsdg"
version = "0.2.0"
authors = ["Simon Larsson <simon.larsson-general@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe standalone implementation of the RVSDG IR with automatic Phi transformation"
documentation = "https://docs.rs/rvsdg"
readme = "README.md"
keywords = [
"rvsdg",
"compiler",
]
categories = [
"compilers",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/simvux/rvsdg"
[features]
default = []
[lib]
name = "rvsdg"
path = "src/lib.rs"
[dependencies.cranelift-entity]
version = "0.120.0"
[dependencies.tracing]
version = "0.1.44"
[dependencies.xmlwriter]
version = "0.1.0"
[dev-dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]
[dev-dependencies.tracing-tree]
version = "0.4.0"