• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 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.
11
12[package]
13edition = "2021"
14name = "zerovec-derive"
15version = "0.11.1"
16authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
17build = false
18autolib = false
19autobins = false
20autoexamples = false
21autotests = false
22autobenches = false
23description = "Custom derive for the zerovec crate"
24readme = "README.md"
25keywords = [
26    "zerocopy",
27    "serialization",
28    "zero-copy",
29    "serde",
30]
31categories = [
32    "rust-patterns",
33    "memory-management",
34    "caching",
35    "no-std",
36    "data-structures",
37]
38license = "Unicode-3.0"
39repository = "https://github.com/unicode-org/icu4x"
40
41[package.metadata.workspaces]
42independent = true
43
44[lib]
45name = "zerovec_derive"
46path = "src/lib.rs"
47proc-macro = true
48
49[[example]]
50name = "derives"
51path = "examples/derives.rs"
52test = true
53harness = false
54
55[[example]]
56name = "make"
57path = "examples/make.rs"
58test = true
59harness = false
60
61[[example]]
62name = "make_var"
63path = "examples/make_var.rs"
64test = true
65harness = false
66
67[dependencies.proc-macro2]
68version = "1.0.61"
69
70[dependencies.quote]
71version = "1.0.28"
72
73[dependencies.syn]
74version = "2.0.21"
75features = ["extra-traits"]
76
77[dev-dependencies.bincode]
78version = "1.3.1"
79
80[dev-dependencies.serde]
81version = "1.0.110"
82features = ["derive"]
83default-features = false
84
85[dev-dependencies.serde_json]
86version = "1.0.45"
87