Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / zerovec-derive / Cargo.toml
blob62fe1035ad0a12fcf337530465c1ac35f9d6638a
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 = "zerovec-derive"
15 version = "0.10.1"
16 authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
17 description = "Custom derive for the zerovec crate"
18 readme = "README.md"
19 keywords = [
20     "zerocopy",
21     "serialization",
22     "zero-copy",
23     "serde",
25 categories = [
26     "rust-patterns",
27     "memory-management",
28     "caching",
29     "no-std",
30     "data-structures",
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     "parsing",
53     "extra-traits",
56 [dev-dependencies.bincode]
57 version = "1.3"
59 [dev-dependencies.serde]
60 version = "1.0"
61 features = ["derive"]
63 [dev-dependencies.serde_json]
64 version = "1.0"