]> git.proxmox.com Git - rustc.git/blob - vendor/rustc_tools_util/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / rustc_tools_util / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "rustc_tools_util"
15 version = "0.3.0"
16 description = "small helper to generate version information for git packages"
17 readme = "README.md"
18 keywords = [
19 "rustc",
20 "tool",
21 "git",
22 "version",
23 "hash",
24 ]
25 categories = ["development-tools"]
26 license = "MIT OR Apache-2.0"
27 repository = "https://github.com/rust-lang/rust-clippy"
28
29 [dependencies]
30
31 [features]
32 deny-warnings = []