]> git.proxmox.com Git - rustc.git/blob - vendor/rustfix/Cargo.toml
823e09b13188399143f1dd862e7d08b4c4c61c33
[rustc.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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 edition = "2018"
15 name = "rustfix"
16 version = "0.6.0"
17 authors = ["Pascal Hertleif <killercup@gmail.com>", "Oliver Schneider <oli-obk@users.noreply.github.com>"]
18 exclude = ["etc/*", "examples/*", "tests/*"]
19 description = "Automatically apply the suggestions made by rustc"
20 documentation = "https://docs.rs/rustfix"
21 readme = "Readme.md"
22 license = "Apache-2.0/MIT"
23 repository = "https://github.com/rust-lang-nursery/rustfix"
24 [dependencies.anyhow]
25 version = "1.0.0"
26
27 [dependencies.log]
28 version = "0.4.1"
29
30 [dependencies.serde]
31 version = "1.0"
32 features = ["derive"]
33
34 [dependencies.serde_json]
35 version = "1.0"
36 [dev-dependencies.duct]
37 version = "0.9"
38
39 [dev-dependencies.env_logger]
40 version = "0.5.0-rc.1"
41
42 [dev-dependencies.log]
43 version = "0.4.1"
44
45 [dev-dependencies.proptest]
46 version = "0.7.0"
47
48 [dev-dependencies.similar]
49 version = "0.4.0"
50
51 [dev-dependencies.tempdir]
52 version = "0.3.5"