# 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-frontend" 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.calyx-utils] version = "0.7.1" [dependencies.itertools] version = "0.11" [dependencies.lazy_static] version = "1" [dependencies.linked-hash-map] version = "0.5" [dependencies.log] version = "0.4" [dependencies.pest] version = "2" [dependencies.pest_consume] version = "1" [dependencies.pest_derive] version = "2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_with] version = "3" optional = true [dependencies.smallvec] version = "1" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [features] default = [] serialize = [ "serde/derive", "dep:serde_with", ]