Bug 1874684 - Part 10: Replace BigInt with Int128 in RoundNumberToIncrement. r=mgaudet
[gecko.git] / third_party / rust / icu_collections / Cargo.toml
blob7ecc93c7d8ff708da43e3785750be650ca2e1e1e
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.67"
15 name = "icu_collections"
16 version = "1.4.0"
17 authors = ["The ICU4X Project Developers"]
18 include = [
19     "data/**/*",
20     "src/**/*",
21     "examples/**/*",
22     "benches/**/*",
23     "tests/**/*",
24     "Cargo.toml",
25     "LICENSE",
26     "README.md",
28 description = "Collection of API for use in ICU libraries."
29 homepage = "https://icu4x.unicode.org"
30 readme = "README.md"
31 categories = ["internationalization"]
32 license-file = "LICENSE"
33 repository = "https://github.com/unicode-org/icu4x"
35 [package.metadata.cargo-all-features]
36 denylist = ["bench"]
38 [package.metadata.docs.rs]
39 all-features = true
41 [lib]
42 bench = false
44 [[bench]]
45 name = "codepointtrie"
46 path = "src/codepointtrie/benches/codepointtrie.rs"
47 harness = false
49 [[bench]]
50 name = "iai_cpt"
51 path = "src/codepointtrie/benches/iai_cpt.rs"
52 harness = false
53 required-features = ["bench"]
55 [[bench]]
56 name = "inv_list"
57 path = "src/codepointinvlist/benches/inv_list.rs"
58 harness = false
60 [dependencies.databake]
61 version = "0.1.7"
62 features = ["derive"]
63 optional = true
64 default-features = false
66 [dependencies.displaydoc]
67 version = "0.2.3"
68 default-features = false
70 [dependencies.serde]
71 version = "1.0"
72 features = [
73     "derive",
74     "alloc",
76 optional = true
77 default-features = false
79 [dependencies.yoke]
80 version = "0.7.3"
81 features = ["derive"]
82 default-features = false
84 [dependencies.zerofrom]
85 version = "0.1.2"
86 features = ["derive"]
87 default-features = false
89 [dependencies.zerovec]
90 version = "0.10.1"
91 features = [
92     "derive",
93     "yoke",
95 default-features = false
97 [dev-dependencies.iai]
98 version = "0.1.1"
100 [dev-dependencies.postcard]
101 version = "1.0.0"
102 features = ["alloc"]
103 default-features = false
105 [dev-dependencies.serde]
106 version = "1.0"
107 features = ["derive"]
109 [dev-dependencies.serde_json]
110 version = "1.0"
112 [dev-dependencies.toml]
113 version = "0.5"
115 [features]
116 bench = []
117 databake = [
118     "dep:databake",
119     "zerovec/databake",
121 serde = [
122     "dep:serde",
123     "zerovec/serde",
125 std = []
127 [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion]
128 version = "0.4"