]> git.proxmox.com Git - rustc.git/blob - vendor/icu_list/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / icu_list / Cargo.toml
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]
13 edition = "2018"
14 name = "icu_list"
15 version = "1.0.0"
16 authors = ["The ICU4X Project Developers"]
17 include = [
18 "src/**/*",
19 "examples/**/*",
20 "benches/**/*",
21 "tests/**/*",
22 "Cargo.toml",
23 "LICENSE",
24 "README.md",
25 ]
26 description = "ECMA-402 ListFormatter"
27 readme = "README.md"
28 categories = ["internationalization"]
29 license = "Unicode-DFS-2016"
30 repository = "https://github.com/unicode-org/icu4x"
31 resolver = "2"
32
33 [lib]
34 path = "src/lib.rs"
35
36 [[example]]
37 name = "and_list"
38
39 [dependencies.databake]
40 version = "0.1.0"
41 features = ["derive"]
42 optional = true
43
44 [dependencies.deduplicating_array]
45 version = "0.1"
46 optional = true
47
48 [dependencies.displaydoc]
49 version = "0.2.3"
50 default-features = false
51
52 [dependencies.icu_locid]
53 version = "1.0.0"
54
55 [dependencies.icu_provider]
56 version = "1.0.0"
57 features = ["macros"]
58
59 [dependencies.regex-automata]
60 version = "0.2"
61 default-features = false
62
63 [dependencies.serde]
64 version = "1.0"
65 features = [
66 "derive",
67 "alloc",
68 ]
69 optional = true
70 default-features = false
71
72 [dependencies.writeable]
73 version = "0.5"
74
75 [dependencies.zerovec]
76 version = "0.9"
77 features = ["yoke"]
78
79 [dev-dependencies.criterion]
80 version = "0.3.3"
81
82 [dev-dependencies.icu_benchmark_macros]
83 version = "0.7"
84
85 [dev-dependencies.postcard]
86 version = "1.0.0"
87 features = ["use-std"]
88
89 [dev-dependencies.serde_json]
90 version = "1"
91
92 [features]
93 bench = []
94 datagen = [
95 "serde",
96 "std",
97 "databake",
98 ]
99 serde = [
100 "dep:serde",
101 "icu_provider/serde",
102 "zerovec/serde",
103 "deduplicating_array",
104 ]
105 serde_human = [
106 "serde",
107 "regex-automata/alloc",
108 ]
109 std = [
110 "icu_provider/std",
111 "icu_locid/std",
112 "regex-automata/std",
113 "regex-automata/alloc",
114 ]