]> git.proxmox.com Git - cargo.git/blob - vendor/rustfix/Cargo.toml
New upstream version 0.63.1
[cargo.git] / vendor / rustfix / 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 = "rustfix"
15 version = "0.6.1"
16 authors = [
17 "Pascal Hertleif <killercup@gmail.com>",
18 "Oliver Schneider <oli-obk@users.noreply.github.com>",
19 ]
20 exclude = [
21 "etc/*",
22 "examples/*",
23 "tests/*",
24 ]
25 description = "Automatically apply the suggestions made by rustc"
26 documentation = "https://docs.rs/rustfix"
27 readme = "Readme.md"
28 license = "Apache-2.0/MIT"
29 repository = "https://github.com/rust-lang-nursery/rustfix"
30
31 [dependencies.anyhow]
32 version = "1.0.6"
33
34 [dependencies.log]
35 version = "0.4.1"
36
37 [dependencies.serde]
38 version = "1.0"
39 features = ["derive"]
40
41 [dependencies.serde_json]
42 version = "1.0"
43
44 [dev-dependencies.duct]
45 version = "0.9"
46
47 [dev-dependencies.env_logger]
48 version = "0.5.0-rc.1"
49
50 [dev-dependencies.log]
51 version = "0.4.1"
52
53 [dev-dependencies.proptest]
54 version = "0.7.0"
55
56 [dev-dependencies.similar]
57 version = "0.4.0"
58
59 [dev-dependencies.tempfile]
60 version = "3"