# 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" rust-version = "1.67" name = "calyx" version = "0.7.1" authors = ["The Calyx Team"] build = "src/build.rs" default-run = "calyx" 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" [profile.release] lto = "thin" [[bin]] name = "calyx" path = "src/main.rs" [[bench]] name = "component-sharing" harness = false [dependencies.argh] version = "0.1" [dependencies.atty] version = "0.2" [dependencies.calyx-backend] version = "0.7.1" features = [ "mlir", "resources", "xilinx", ] [dependencies.calyx-frontend] version = "0.7.1" [dependencies.calyx-ir] version = "0.7.1" [dependencies.calyx-opt] version = "0.7.1" [dependencies.calyx-utils] version = "0.7.1" [dependencies.env_logger] version = "0.9.0" features = [ "termcolor", "atty", ] default-features = false [dependencies.itertools] version = "0.11" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [build-dependencies.calyx-stdlib] version = "0.6.1" [features] default = [] serialize = [ "calyx-ir/serialize", "serde/rc", "calyx-backend/sexp", ]