# 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" name = "cargo-unmaintained" version = "1.5.0" authors = ["Samuel Moelius "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Find unmaintained packages in Rust projects" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/trailofbits/cargo-unmaintained" [[bin]] name = "cargo-unmaintained" path = "src/main.rs" [[test]] name = "ci" path = "tests/ci.rs" [[test]] name = "ignore" path = "tests/ignore.rs" [[test]] name = "util" path = "tests/util.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.cargo_metadata] version = "0.18" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = [ "cargo", "derive", "wrap_help", ] [dependencies.crates-index] version = "3.2" features = ["git-https"] [dependencies.crates_io_api] version = "0.11.0" [dependencies.curl] version = "0.4" [dependencies.env_logger] version = "0.11" [dependencies.home] version = "0.5" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.20" [dependencies.regex] version = "1.11" [dependencies.remain] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha1_smol] version = "1.0" features = ["std"] [dependencies.tempfile] version = "3.13" [dependencies.termcolor] version = "1.4" [dependencies.toml] version = "0.8" [dependencies.walkdir] version = "2.5" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.rayon] version = "1.10" [dev-dependencies.serde] version = "1.0" [dev-dependencies.similar-asserts] version = "1.6" [dev-dependencies.snapbox] version = "0.6" [features] cache-repositories = ["on-disk-cache"] default = [ "on-disk-cache", "lock-index", ] lock-index = [ "libc", "windows-sys", ] on-disk-cache = [] [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true [target."cfg(unix)".dependencies.xdg] version = "2.5" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_IO", ] optional = true [lints.clippy] format-collect = "allow" missing-errors-doc = "allow" missing-panics-doc = "allow" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust.unexpected_cfgs] level = "deny" priority = 0 check-cfg = [ "cfg(dylint_lib, values(any()))", "cfg(__warnings)", ]