# 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-cli" 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-cli/" readme = "README.md" keywords = [ "Quantum", "Quantinuum", ] categories = ["compilers"] license = "Apache-2.0" repository = "https://github.com/CQCL/hugr" [package.metadata.cargo-semver-checks.lints] enum_missing = "warn" struct_missing = "warn" workspace = true [lib] name = "hugr_cli" path = "src/lib.rs" [[bin]] name = "hugr" path = "src/main.rs" doc = false [[test]] name = "gen_extensions" path = "tests/gen_extensions.rs" [[test]] name = "validate" path = "tests/validate.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.clio] version = "0.3.5" features = ["clap-parse"] [dependencies.derive_more] version = "1.0.0" features = [ "display", "error", "from", ] [dependencies.hugr] version = "0.13.3" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.97" [dependencies.thiserror] version = "1.0.28" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.assert_fs] version = "1.1.1" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.rstest] version = "0.23.0" [lints.clippy] debug_assert_with_mut_call = "warn" [lints.rust] missing_docs = "warn" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(ci_run)"]