# 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.75" name = "hugr-llvm" version = "0.1.0" authors = ["TKET development team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A general and extensible crate for lowering HUGRs into LLVM IR" homepage = "https://github.com/CQCL/hugr-llvm" documentation = "https://docs.rs/hugr-llvm" readme = "README.md" keywords = [ "Quantum", "Quantinuum", ] categories = ["compilers"] license = "Apache-2.0" repository = "https://github.com/CQCL/hugr-llvm" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] name = "hugr_llvm" path = "src/lib.rs" [[test]] name = "guppy" path = "tests/guppy.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.delegate] version = "0.12.0" [dependencies.downcast-rs] version = "1.2.1" [dependencies.hugr] version = "0.5.1" [dependencies.inkwell] version = "0.4.0" default-features = false [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.llvm-sys-140] version = "140.1.3" optional = true package = "llvm-sys" [dependencies.petgraph] version = "0.6.5" [dev-dependencies.insta] version = "1.39.0" [dev-dependencies.pathsearch] version = "0.2.0" [dev-dependencies.portgraph] version = "0.12.1" [dev-dependencies.rstest] version = "0.19.0" [dev-dependencies.serde_json] version = "1.0.117" [features] default = ["llvm14-0"] llvm14-0 = [ "dep:llvm-sys-140", "inkwell/llvm14-0", ]