# 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-authors" version = "0.5.5" authors = ["Henning-K "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A subcommand for cargo that lists all the authors of all the dependencies of the crate in your current working directory. Simply install, then navigate to the directory of a crate and run `cargo authors` """ homepage = "https://github.com/Henning-K/cargo-authors" readme = "README.md" keywords = [ "cargo", "authors", "subcommand", ] license = "MIT/Apache-2.0" repository = "https://github.com/Henning-K/cargo-authors" [[bin]] name = "cargo-authors" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.cargo] version = "0.82" [dependencies.cargo_author] version = "1.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.ripemd] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"