[package] authors = ["Henning-K "] description = "A subcommand for cargo that lists all the authors of all the dependencies\nof the crate in your current working directory.\nSimply install, then navigate to the directory of a crate and run `cargo authors`\n" homepage = "https://github.com/Henning-K/cargo-authors" keywords = ["cargo", "authors", "subcommand"] license = "MIT/Apache-2.0" name = "cargo-authors" readme = "README.md" repository = "https://github.com/Henning-K/cargo-authors" version = "0.5.5" edition = "2021" [dependencies] anyhow = "1" cargo = "0.82" cargo_author = "1.0" clap = {version="4.5.4", features = ["derive"]} ripemd = "0.1" serde = { version="1.0", features=["derive"] } serde_json = "1.0"