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