# 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 = "2021" name = "calyx-utils" version = "0.7.1" authors = ["The Calyx Team"] description = "Compiler Infrastructure for Hardware Accelerator Generation" homepage = "https://calyxir.org" readme = "README.md" keywords = [ "ir", "compiler", ] categories = ["compilers"] license-file = "LICENSE" repository = "https://github.com/calyxir/calyx" [dependencies.atty] version = "0.2" [dependencies.itertools] version = "0.11" [dependencies.petgraph] version = "0.6" features = ["matrix_graph"] default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] optional = true [dependencies.serde_json] version = "1.0" [dependencies.string-interner] version = "0.14.0" [dependencies.symbol_table] version = "0.3" features = ["global"] [features] default = [] serialize = [ "dep:serde", "symbol_table/serde", ]