# 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 = "cown" version = "0.1.2" authors = ["Ben Bader "] description = "A simple program for finding out the codeowners of a file" homepage = "https://github.com/benjamin-bader/cown" readme = "README.md" keywords = ["cli", "git", "codeowners"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/benjamin-bader/cown" resolver = "2" [dependencies.clap] version = "^3.1" features = ["cargo"] [dependencies.glob] version = "^0.3"