# 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" rust-version = "1.66.1" name = "github-distributed-owners" version = "0.1.9" authors = ["Andrew Ring"] include = [ "LICENSE", "README.md", "Cargo.toml", "Cargo.lock", "**/*.rs", ] description = "A tool for auto generating GitHub compatible CODEOWNERS files from OWNERS files distributed through the file tree." homepage = "https://github.com/andrewring/github-distributed-owners" readme = "README.md" keywords = [ "cli", "devops", "github", "owners", "utility", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/andrewring/github-distributed-owners" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "3.2.23" features = ["derive"] [dependencies.clap-verbosity-flag] version = "1.0.1" [dependencies.env_logger] version = "0.10.0" [dependencies.indoc] version = "2.0.4" [dependencies.itertools] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.9.5" [dependencies.textwrap] version = "0.16.0" [dev-dependencies.tempfile] version = "3.8.0"