unsafe-review-cli 0.3.8

CLI adapter for unsafe-review
Documentation
# 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"
rust-version = "1.95"
name = "unsafe-review-cli"
version = "0.3.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI adapter for unsafe-review"
homepage = "https://github.com/EffortlessMetrics/unsafe-review"
documentation = "https://docs.rs/unsafe-review-cli"
readme = "README.md"
keywords = [
    "unsafe",
    "rust",
    "cli",
    "miri",
    "review",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/unsafe-review"
resolver = "2"

[lib]
name = "unsafe_review_cli"
path = "src/lib.rs"

[[bin]]
name = "cargo-unsafe-review"
path = "src/bin/cargo-unsafe-review.rs"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "io-std",
    "io-util",
    "sync",
    "time",
]

[dependencies.tower-lsp-server]
version = "0.23.0"

[dependencies.unsafe-review-core]
version = "0.3.8"

[target."cfg(unix)".dependencies.signal-hook]
version = "0.3"

[lints.clippy]
allow_attributes_without_reason = "deny"
arc_with_non_send_sync = "deny"
assertions_on_result_states = "deny"
await_holding_lock = "deny"
await_holding_refcell_ref = "deny"
blanket_clippy_restriction_lints = "deny"
char_indices_as_byte_indices = "deny"
dbg_macro = "deny"
drop_non_drop = "deny"
expect_used = "deny"
forget_non_drop = "deny"
format_in_format_args = "deny"
get_unwrap = "deny"
join_absolute_paths = "deny"
let_underscore_future = "deny"
let_underscore_lock = "deny"
lines_filter_map_ok = "deny"
map_err_ignore = "deny"
match_result_ok = "deny"
mem_forget = "deny"
multiple_unsafe_ops_per_block = "deny"
out_of_bounds_indexing = "deny"
panic = "deny"
path_buf_push_overwrite = "deny"
rc_mutex = "deny"
repr_packed_without_abi = "deny"
sliced_string_as_bytes = "deny"
suspicious_open_options = "deny"
to_string_in_format_args = "deny"
todo = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
unreachable = "deny"
unused_format_specs = "deny"
unused_result_ok = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"

[lints.rust]
const_item_interior_mutations = "deny"
function_casts_as_integer = "deny"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "deny"
unused_must_use = "deny"