[package]
name = "regalloc"
version = "0.0.34"
authors = ["The Regalloc.rs Developers"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
description = "Modular register allocation algorithms"
repository = "https://github.com/bytecodealliance/regalloc.rs"
readme = "README.md"
[dependencies]
rustc-hash = "1.0.1"
log = { version = "0.4.8", default-features = false }
smallvec = "1.6.1"
serde = { version = "1.0.94", features = ["derive"], optional = true }
[features]
default = []
fuzzing = []
enable-serde = ["serde"]