# 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.78" name = "pulsar-lang" version = "0.0.1" authors = ["Ethan Uppal"] default-run = "pulsar" description = "A high-level programming language for building hardware accelerators" homepage = "https://github.com/ethanuppal/pulsar/tree/main" readme = "README.md" keywords = ["compiler"] categories = ["compilers"] license-file = "LICENSE" repository = "https://github.com/ethanuppal/pulsar/tree/main" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [[bin]] name = "pulsar" path = "src/main.rs" [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.colored] version = "2" [dependencies.lazy_static] version = "1.4.0" [dependencies.paste] version = "1.0.15" [dependencies.pulsar-backend] version = "0.0.1" [dependencies.pulsar-frontend] version = "0.0.1" [dependencies.pulsar-ir] version = "0.0.1" [dependencies.pulsar-utils] version = "0.0.1" [dev-dependencies.insta] version = "1.38.0" [dev-dependencies.proptest] version = "1.4.0" [features] disable_color = ["colored/no-color"]