xqcli 0.3.0-rc1

Unified CLI for the XQuad Toolchain
# 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 = "2024"
name = "xqcli"
version = "0.3.0-rc1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified CLI for the XQuad Toolchain"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://gitlab.com/quip.network/xquad"

[[bin]]
name = "xquad"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.miette]
version = "7"
features = [
    "fancy",
    "derive",
]

[dependencies.xqasm]
version = "0.3.0-rc1"

[dependencies.xqvm]
version = "0.3.0-rc1"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.predicates]
version = "3"

[lints.clippy]
allow-attributes = "deny"
allow-attributes-without-reason = "deny"
await-holding-lock = "deny"
dbg-macro = "warn"
exit = "deny"
expect-used = "warn"
indexing-slicing = "warn"
large-futures = "deny"
manual-string-new = "warn"
mem-forget = "deny"
module-name-repetitions = "allow"
must-use-candidate = "allow"
panic = "warn"
panic-in-result-fn = "deny"
print-stderr = "deny"
print-stdout = "deny"
redundant-clone = "warn"
similar-names = "allow"
todo = "deny"
unimplemented = "deny"
uninlined-format-args = "warn"
unwrap-used = "deny"
use-self = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing-docs = "warn"
nonstandard-style = "deny"
redundant-lifetimes = "warn"
rust-2018-idioms = "deny"
unreachable-pub = "warn"
unsafe-code = "deny"
unused-extern-crates = "warn"
unused-imports = "warn"
unused-must-use = "deny"
unused-qualifications = "warn"
unused-results = "warn"

[lints.rustdoc]
all = "warn"