ros_remove 0.1.3

The Purpose of ros_remove is to provide the `cargo ros_remove` command to remove dependencies from `Cargo.toml` and the `package.xml`
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"
name = "ros_remove"
version = "0.1.3"
authors = ["GueLakais <koroyeldiores@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Purpose of ros_remove is to provide the `cargo ros_remove` command to remove dependencies from `Cargo.toml` and the `package.xml`"
documentation = "https://docs.rs/ros_remove"
readme = "README.md"
keywords = [
    "ROS",
    "ROS2",
    "plugin",
    "cargo",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://codeberg.org/guela_rust/ros_remove"

[lib]
name = "ros_remove"
path = "src/lib.rs"
test = true

[[bin]]
name = "cargo-ros-remove"
path = "src/main.rs"

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

[dependencies.case_clause]
version = "0.1.3"

[dependencies.clap]
version = "4.5.58"

[dependencies.quick-xml]
version = "0.39.0"
features = ["serialize"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tempfile]
version = "3.25.0"

[dependencies.toml_edit]
version = "0.25.1"

[lints.clippy]
doc_link_code = "warn"
multiple_crate_versions = "allow"
must_use_candidate = "warn"
panic_in_result_fn = "warn"
uninlined_format_args = "warn"
unwrap_used = "warn"
use_self = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -7

[lints.clippy.complexity]
level = "warn"
priority = -5

[lints.clippy.correctness]
level = "warn"
priority = -3

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

[lints.clippy.perf]
level = "warn"
priority = -6

[lints.clippy.style]
level = "warn"
priority = -4

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

[lints.rust]
missing_docs = "warn"
single_use_lifetimes = "warn"
unknown_lints = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"
unused_lifetimes = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -2

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage)",
    "cfg(never)",
]