# 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 = "undead" version = "0.1.5" authors = ["Alexandre Pasmantier "] description = "A tool to search for dead code in your Python projects" homepage = "https://github.com/alexpasmantier/undead" readme = "README.md" keywords = [ "cli", "search", "dead-code", "python", "rust", ] categories = [ "command-line-utilities", "command-line-interface", "concurrency", "development-tools", "parsing", ] license = "Apache-2.0" repository = "https://github.com/alexpasmantier/undead" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.crossbeam] version = "0.8.4" features = ["crossbeam-queue"] [dependencies.grep] version = "0.3.1" [dependencies.ignore] version = "0.4.22" [dependencies.rayon] version = "1.10.0" [dependencies.rustpython-ast] version = "0.3.1" features = ["visitor"] [dependencies.rustpython-parser] version = "0.3.1" [dependencies.termcolor] version = "1.4.1" [dependencies.terminal_size] version = "0.3.0" [dependencies.walkdir] version = "2.5.0"