[package] name = "calyx-ir" version.workspace = true edition.workspace = true description.workspace = true authors.workspace = true license-file.workspace = true keywords.workspace = true repository.workspace = true homepage.workspace = true categories.workspace = true readme.workspace = true [features] default = [] serialize = ["serde/derive", "dep:serde_with", "calyx-utils/serialize", "calyx-frontend/serialize", "smallvec/serde"] [dependencies] log.workspace = true petgraph.workspace = true string-interner.workspace = true itertools.workspace = true linked-hash-map.workspace = true serde = { workspace = true, optional = true } serde_with = { workspace = true, optional = true } smallvec.workspace = true calyx-utils.workspace = true calyx-frontend.workspace = true