# 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.76" name = "cargo-liner" version = "0.8.0" authors = ["Paul Mabileau "] build = false include = [ "/Cargo.toml", "/Cargo.lock", "/src/**/*", "/examples/**/*", "/benches/**/*", "/tests/**/*", "/README.md", "/CHANGELOG.md", "/LICENSE.txt", ] 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" [profile.dev.package.backtrace] opt-level = 3 [[bin]] name = "cargo-liner" path = "src/main.rs" [[test]] name = "completions" path = "tests/completions.rs" [[test]] name = "import" path = "tests/import.rs" [[test]] name = "readme" path = "tests/readme.rs" [[test]] name = "ship" path = "tests/ship.rs" [dependencies.clap] version = "~4.5" features = [ "derive", "cargo", "wrap_help", "color", ] [dependencies.clap_complete] version = "~4.5" [dependencies.color-eyre] version = "~0.6" [dependencies.home] version = "~0.5" [dependencies.log] version = "~0.4" features = [ "std", "serde", ] [dependencies.pretty_env_logger] version = "~0.5" [dependencies.regex] version = "~1.10" [dependencies.semver] version = "~1.0" features = ["serde"] [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_with] version = "~3.9" [dependencies.tabled] version = "~0.16" features = ["ansi"] [dependencies.toml] version = "~0.8" [dependencies.url] version = "~2.5" features = ["serde"] [dev-dependencies.cargo-test-macro] version = "~0.2" [dev-dependencies.cargo-test-support] version = "~0.2" [dev-dependencies.indoc] version = "~2.0" [dev-dependencies.once_cell] version = "~1.19" [dev-dependencies.snapbox] version = "~0.6" [dev-dependencies.tempfile] version = "~3.12" [dev-dependencies.trycmd] version = "~0.15" [lints.clippy.all] level = "warn" priority = 0 [lints.clippy.dbg-macro] level = "warn" priority = 2 [lints.clippy.pedantic] level = "warn" priority = 1 [lints.clippy.str_to_string] level = "warn" priority = 2 [lints.clippy.string_to_string] level = "warn" priority = 2