Bug 1825052 [wpt PR 39246] - Update wpt metadata, a=testonly
[gecko.git] / third_party / rust / derive_more / Cargo.toml
blobce083890fd334cbfc30dbf570dc5a02c2d6d4526
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2018"
14 name = "derive_more"
15 version = "0.99.17"
16 authors = ["Jelte Fennema <github-tech@jeltef.nl>"]
17 include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "tests/**/*.rs"]
18 autotests = true
19 description = "Adds #[derive(x)] macros for more traits"
20 documentation = "https://jeltef.github.io/derive_more/derive_more/"
21 readme = "README.md"
22 keywords = ["derive", "Add", "From", "Display", "IntoIterator"]
23 categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std"]
24 license = "MIT"
25 repository = "https://github.com/JelteF/derive_more"
27 [lib]
28 name = "derive_more"
29 proc-macro = true
31 [[example]]
32 name = "deny_missing_docs"
33 path = "examples/deny_missing_docs.rs"
34 required-features = ["add_assign", "add", "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "index", "index_mut", "into", "mul_assign", "mul", "not", "try_into", "is_variant"]
36 [[test]]
37 name = "add_assign"
38 path = "tests/add_assign.rs"
39 required-features = ["add_assign"]
41 [[test]]
42 name = "add"
43 path = "tests/add.rs"
44 required-features = ["add"]
46 [[test]]
47 name = "as_mut"
48 path = "tests/as_mut.rs"
49 required-features = ["as_mut"]
51 [[test]]
52 name = "as_ref"
53 path = "tests/as_ref.rs"
54 required-features = ["as_ref"]
56 [[test]]
57 name = "boats_display_derive"
58 path = "tests/boats_display_derive.rs"
59 required-features = ["display"]
61 [[test]]
62 name = "constructor"
63 path = "tests/constructor.rs"
64 required-features = ["constructor"]
66 [[test]]
67 name = "deref"
68 path = "tests/deref.rs"
69 required-features = ["deref"]
71 [[test]]
72 name = "deref_mut"
73 path = "tests/deref_mut.rs"
74 required-features = ["deref_mut"]
76 [[test]]
77 name = "display"
78 path = "tests/display.rs"
79 required-features = ["display"]
81 [[test]]
82 name = "error"
83 path = "tests/error_tests.rs"
84 required-features = ["error"]
86 [[test]]
87 name = "from"
88 path = "tests/from.rs"
89 required-features = ["from"]
91 [[test]]
92 name = "from_str"
93 path = "tests/from_str.rs"
94 required-features = ["from_str"]
96 [[test]]
97 name = "index_mut"
98 path = "tests/index_mut.rs"
99 required-features = ["index_mut"]
101 [[test]]
102 name = "index"
103 path = "tests/index.rs"
104 required-features = ["index"]
106 [[test]]
107 name = "into"
108 path = "tests/into.rs"
109 required-features = ["into"]
111 [[test]]
112 name = "into_iterator"
113 path = "tests/into_iterator.rs"
114 required-features = ["into_iterator"]
116 [[test]]
117 name = "mul_assign"
118 path = "tests/mul_assign.rs"
119 required-features = ["mul_assign"]
121 [[test]]
122 name = "mul"
123 path = "tests/mul.rs"
124 required-features = ["mul"]
126 [[test]]
127 name = "not"
128 path = "tests/not.rs"
129 required-features = ["not"]
131 [[test]]
132 name = "sum"
133 path = "tests/sum.rs"
134 required-features = ["sum"]
136 [[test]]
137 name = "try_into"
138 path = "tests/try_into.rs"
139 required-features = ["try_into"]
141 [[test]]
142 name = "is_variant"
143 path = "tests/is_variant.rs"
144 required-features = ["is_variant"]
146 [[test]]
147 name = "unwrap"
148 path = "tests/unwrap.rs"
149 required-features = ["unwrap"]
151 [[test]]
152 name = "no_std"
153 path = "tests/no_std.rs"
154 required-features = ["add_assign", "add", "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "index", "index_mut", "into", "mul_assign", "mul", "not", "sum", "try_into", "is_variant"]
156 [[test]]
157 name = "generics"
158 path = "tests/generics.rs"
159 required-features = ["add_assign", "add", "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "index", "index_mut", "into", "mul_assign", "mul", "not", "try_into", "is_variant"]
161 [[test]]
162 name = "lib"
163 path = "tests/lib.rs"
164 required-features = ["add_assign", "add", "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "index", "index_mut", "into", "mul_assign", "mul", "not", "try_into", "is_variant"]
165 [dependencies.convert_case]
166 version = "0.4"
167 optional = true
169 [dependencies.proc-macro2]
170 version = "1.0"
172 [dependencies.quote]
173 version = "1.0"
175 [dependencies.syn]
176 version = "1.0.3"
177 [build-dependencies.peg]
178 version = "0.5"
179 optional = true
181 [build-dependencies.rustc_version]
182 version = "0.4"
183 optional = true
185 [features]
186 add = []
187 add_assign = []
188 as_mut = []
189 as_ref = []
190 constructor = []
191 default = ["add_assign", "add", "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "error", "from", "from_str", "index", "index_mut", "into", "into_iterator", "iterator", "mul_assign", "mul", "not", "sum", "try_into", "is_variant", "unwrap"]
192 deref = []
193 deref_mut = []
194 display = ["syn/extra-traits"]
195 error = ["syn/extra-traits"]
196 from = ["syn/extra-traits"]
197 from_str = []
198 generate-parsing-rs = ["peg"]
199 index = []
200 index_mut = []
201 into = ["syn/extra-traits"]
202 into_iterator = []
203 is_variant = ["convert_case"]
204 iterator = []
205 mul = ["syn/extra-traits"]
206 mul_assign = ["syn/extra-traits"]
207 nightly = []
208 not = ["syn/extra-traits"]
209 sum = []
210 testing-helpers = ["rustc_version"]
211 track-caller = []
212 try_into = ["syn/extra-traits"]
213 unwrap = ["convert_case", "rustc_version"]
214 [badges.github]
215 repository = "JelteF/derive_more"
216 workflow = "CI"