Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / derive_more-impl / Cargo.toml
blobff2d5463d177f5711080a3f096f7e430970b4d45
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 = "2021"
14 rust-version = "1.65.0"
15 name = "derive_more-impl"
16 version = "1.0.0-beta.2"
17 authors = ["Jelte Fennema <github-tech@jeltef.nl>"]
18 include = [
19     "src/**/*.rs",
20     "doc/**/*.md",
21     "Cargo.toml",
22     "README.md",
23     "LICENSE",
25 description = "Internal implementation of `derive_more` crate"
26 documentation = "https://docs.rs/derive_more"
27 readme = "README.md"
28 license = "MIT"
29 repository = "https://github.com/JelteF/derive_more"
31 [package.metadata.docs.rs]
32 features = ["full"]
33 rustdoc-args = [
34     "--cfg",
35     "docsrs",
38 [lib]
39 proc-macro = true
41 [dependencies.convert_case]
42 version = "0.6"
43 optional = true
45 [dependencies.proc-macro2]
46 version = "1.0"
48 [dependencies.quote]
49 version = "1.0"
51 [dependencies.syn]
52 version = "2.0"
54 [dependencies.unicode-xid]
55 version = "0.2.2"
56 optional = true
58 [dev-dependencies.itertools]
59 version = "0.11.0"
61 [build-dependencies.rustc_version]
62 version = "0.4"
63 optional = true
65 [features]
66 add = []
67 add_assign = []
68 as_mut = []
69 as_ref = []
70 constructor = []
71 debug = [
72     "syn/extra-traits",
73     "dep:unicode-xid",
75 default = []
76 deref = []
77 deref_mut = []
78 display = [
79     "syn/extra-traits",
80     "dep:unicode-xid",
82 error = ["syn/extra-traits"]
83 from = ["syn/extra-traits"]
84 from_str = []
85 full = [
86     "add",
87     "add_assign",
88     "as_mut",
89     "as_ref",
90     "constructor",
91     "debug",
92     "deref",
93     "deref_mut",
94     "display",
95     "error",
96     "from",
97     "from_str",
98     "index",
99     "index_mut",
100     "into",
101     "into_iterator",
102     "is_variant",
103     "mul",
104     "mul_assign",
105     "not",
106     "sum",
107     "try_into",
108     "try_unwrap",
109     "unwrap",
111 index = []
112 index_mut = []
113 into = ["syn/extra-traits"]
114 into_iterator = []
115 is_variant = ["dep:convert_case"]
116 mul = ["syn/extra-traits"]
117 mul_assign = ["syn/extra-traits"]
118 not = ["syn/extra-traits"]
119 sum = []
120 testing-helpers = ["dep:rustc_version"]
121 try_into = ["syn/extra-traits"]
122 try_unwrap = ["dep:convert_case"]
123 unwrap = ["dep:convert_case"]
125 [badges.github]
126 repository = "JelteF/derive_more"
127 workflow = "CI"