Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / yoke-derive / Cargo.toml
blob8bd87a5f3575977bfa0f579a8c377725905a4332
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 name = "yoke-derive"
15 version = "0.7.3"
16 authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
17 description = "Custom derive for the yoke crate"
18 readme = "README.md"
19 keywords = [
20     "zerocopy",
21     "serialization",
22     "lifetime",
23     "borrow",
24     "self-referential",
26 categories = [
27     "data-structures",
28     "memory-management",
29     "caching",
30     "no-std",
32 license-file = "LICENSE"
33 repository = "https://github.com/unicode-org/icu4x"
35 [package.metadata.workspaces]
36 independent = true
38 [lib]
39 path = "src/lib.rs"
40 proc_macro = true
42 [dependencies.proc-macro2]
43 version = "1.0.27"
45 [dependencies.quote]
46 version = "1.0.9"
48 [dependencies.syn]
49 version = "2"
50 features = [
51     "derive",
52     "fold",
55 [dependencies.synstructure]
56 version = "0.13"
58 [dev-dependencies]