[package] name = "air-sym" version = { workspace = true } edition = "2021" license = { workspace = true } description = "Symbolic representation for the TNJ Assembly Intermediate Representation (AIR)" [features] arbitrary = ["dep:arbitrary", "types/arbitrary", "smol_str/arbitrary"] [dependencies] arbitrary = { workspace = true, optional = true, features = ["derive"] } arch = { workspace = true } macros = { workspace = true } smol_str = { workspace = true } thiserror = { workspace = true } types = { workspace = true }