# 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-passes" version = "0.13.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compiler passes for Quantinuum's HUGR" homepage = "https://github.com/CQCL/hugr" documentation = "https://docs.rs/hugr-passes/" readme = "README.md" keywords = [ "Quantum", "Quantinuum", ] categories = ["compilers"] license = "Apache-2.0" repository = "https://github.com/CQCL/hugr" [lib] name = "hugr_passes" path = "src/lib.rs" [dependencies.hugr-core] version = "0.13.3" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.paste] version = "1.0" [dependencies.petgraph] version = "0.6.3" default-features = false [dependencies.thiserror] version = "1.0.28" [dev-dependencies.rstest] version = "0.23.0" [features] extension_inference = ["hugr-core/extension_inference"]