cargo-liner 0.10.1

Cargo subcommand to install and update binary packages listed in configuration.
# 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.91"
name = "cargo-liner"
version = "0.10.1"
authors = ["Paul Mabileau <paulmabileau@hotmail.fr>"]
build = false
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/src/**/*",
    "/examples/**/*",
    "/benches/**/*",
    "/tests/**/*",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Cargo subcommand to install and update binary packages listed in configuration.
"""
homepage = "https://github.com/PaulDance/cargo-liner"
documentation = "https://docs.rs/cargo-liner"
readme = "README.md"
keywords = [
    "cargo",
    "subcommand",
    "plugin",
    "install",
    "update",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
    "config",
]
license = "GPL-3.0-only"
repository = "https://github.com/PaulDance/cargo-liner"

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

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

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

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

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

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

[dependencies.clap]
version = "~4.5"
features = [
    "std",
    "derive",
    "cargo",
    "help",
    "wrap_help",
    "color",
    "error-context",
    "suggestions",
    "usage",
]
default-features = false

[dependencies.clap_complete]
version = "~4.5"
default-features = false

[dependencies.color-eyre]
version = "~0.6"
features = [
    "track-caller",
    "capture-spantrace",
]
default-features = false

[dependencies.home]
version = "~0.5"
default-features = false

[dependencies.human-panic]
version = "~2.0"
features = ["color"]
default-features = false

[dependencies.log]
version = "~0.4"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.pretty_env_logger]
version = "~0.5"
default-features = false

[dependencies.regex]
version = "~1.12"
features = [
    "std",
    "unicode-perl",
]
default-features = false

[dependencies.semver]
version = "~1.0"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.serde]
version = "~1.0"
features = ["derive"]
default-features = false

[dependencies.serde_with]
version = "~3.16"
features = ["macros"]
default-features = false

[dependencies.tabled]
version = "~0.20"
features = [
    "derive",
    "ansi",
]
default-features = false

[dependencies.toml]
version = "~0.9"
features = [
    "serde",
    "parse",
]
default-features = false

[dependencies.url]
version = "~2.5"
features = ["serde"]
default-features = false

[dev-dependencies.cargo-test-macro]
version = "~0.4"
default-features = false

[dev-dependencies.cargo-test-support]
version = "~0.9"
default-features = false

[dev-dependencies.indoc]
version = "~2.0"
default-features = false

[dev-dependencies.snapbox]
version = "~0.6"
default-features = false

[dev-dependencies.tempfile]
version = "~3.24"
default-features = false

[dev-dependencies.trycmd]
version = "~0.15"
default-features = false

[lints.clippy.all]
level = "warn"
priority = 0

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

[lints.clippy.allow-attributes-without-reason]
level = "warn"
priority = 2

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

[lints.clippy.multiple-unsafe-ops-per-block]
level = "warn"
priority = 2

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

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

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

[lints.clippy.str-to-string]
level = "warn"
priority = 2

[lints.clippy.undocumented-unsafe-blocks]
level = "warn"
priority = 2

[lints.clippy.unnecessary-debug-formatting]
level = "allow"
priority = 3

[lints.clippy.unnecessary-safety-comment]
level = "warn"
priority = 2

[lints.clippy.unnecessary-safety-doc]
level = "warn"
priority = 2

[profile.dev.package.backtrace]
opt-level = 3