]> git.proxmox.com Git - rustc.git/blame - vendor/rustfix/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / rustfix / Cargo.toml
CommitLineData
83c7162d
XL
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
923072b8 6# to registry (e.g., crates.io) dependencies.
83c7162d 7#
923072b8
FG
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.
83c7162d
XL
11
12[package]
416331ca 13edition = "2018"
83c7162d 14name = "rustfix"
923072b8
FG
15version = "0.6.1"
16authors = [
17 "Pascal Hertleif <killercup@gmail.com>",
18 "Oliver Schneider <oli-obk@users.noreply.github.com>",
19]
20exclude = [
21 "etc/*",
22 "examples/*",
23 "tests/*",
24]
83c7162d
XL
25description = "Automatically apply the suggestions made by rustc"
26documentation = "https://docs.rs/rustfix"
8faf50e0 27readme = "Readme.md"
83c7162d 28license = "Apache-2.0/MIT"
94b46f34 29repository = "https://github.com/rust-lang-nursery/rustfix"
923072b8 30
dfeec247 31[dependencies.anyhow]
923072b8 32version = "1.0.6"
94b46f34
XL
33
34[dependencies.log]
35version = "0.4.1"
83c7162d
XL
36
37[dependencies.serde]
38version = "1.0"
416331ca 39features = ["derive"]
83c7162d
XL
40
41[dependencies.serde_json]
42version = "1.0"
923072b8 43
83c7162d 44[dev-dependencies.duct]
94b46f34 45version = "0.9"
83c7162d
XL
46
47[dev-dependencies.env_logger]
48version = "0.5.0-rc.1"
49
50[dev-dependencies.log]
51version = "0.4.1"
52
94b46f34
XL
53[dev-dependencies.proptest]
54version = "0.7.0"
83c7162d 55
136023e0
XL
56[dev-dependencies.similar]
57version = "0.4.0"
58
923072b8
FG
59[dev-dependencies.tempfile]
60version = "3"