# 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-license-template" version = "0.1.3" authors = ["Jochen Görtler "] description = "A cargo subcommand to check each Rust file against a license template." readme = "README.md" categories = ["development-tools"] license = "Apache-2.0/MIT" repository = "https://github.com/grtlr/cargo-license-template" resolver = "2" [dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dependencies.cargo_metadata] version = "0.15" default-features = false [dependencies.clap] version = "3.2" features = [ "derive", "std", ] default-features = false [dependencies.colored] version = "2.0" default-features = false [dependencies.ignore] version = "0.4" default-features = false [dependencies.regex] version = "1.5" features = [ "std", "unicode-perl", ] default-features = false [dependencies.thiserror] version = "1.0" default-features = false