# 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 = "tket2-hseries" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TKET2 tool for preparing and validating `Hugr`s for compilation targeting Quantinuum H-series quantum computers" homepage = "https://github.com/CQCL/tket2" documentation = "https://docs.rs/tket2-hseries" readme = "README.md" keywords = [ "Quantum", "Quantinuum", ] categories = ["compilers"] license = "Apache-2.0" repository = "https://github.com/CQCL/tket2" [lib] name = "tket2_hseries" path = "src/lib.rs" [[bin]] name = "tket2-hseries" path = "src/bin/tket2-hseries.rs" required-features = ["cli"] [dependencies.clap] version = "4.5.19" optional = true [dependencies.derive_more] version = "1.0.0" features = [ "error", "display", "from", "into", ] [dependencies.hugr] version = "0.13.1" [dependencies.hugr-cli] version = "0.13.1" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smol_str] version = "0.3.1" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.tket2] version = "0.6.0" [dev-dependencies.cool_asserts] version = "2.0.3" [dev-dependencies.petgraph] version = "0.6.3" default-features = false [dev-dependencies.rstest] version = "0.23.0" [features] cli = [ "dep:clap", "dep:hugr-cli", ] default = ["cli"] [lints.rust] missing_docs = "warn" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(ci_run)"]