# 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-backend" 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.calyx-frontend] version = "0.7.1" [dependencies.calyx-ir] version = "0.7.1" [dependencies.calyx-utils] version = "0.7.1" [dependencies.csv] version = "1.1" optional = true [dependencies.itertools] version = "0.11" [dependencies.linked-hash-map] version = "0.5" [dependencies.log] version = "0.4" [dependencies.petgraph] version = "0.6" features = ["matrix_graph"] default-features = false [dependencies.quick-xml] version = "0.30" features = ["serialize"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_sexpr] version = "0.1.0" optional = true [dependencies.serde_with] version = "3" optional = true [dependencies.smallvec] version = "1" [dependencies.string-interner] version = "0.14.0" [dependencies.vast] version = "0.3.1" [features] default = [] mlir = [] resources = ["dep:csv"] sexp = [ "dep:serde_with", "dep:serde_sexpr", "serde/rc", "calyx-ir/serialize", ] xilinx = ["dep:quick-xml"]