Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / tinystr / Cargo.toml
blobf82bb66b8ca58870f3f1e2b89d33a22244e7f787
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.66"
15 name = "tinystr"
16 version = "0.7.4"
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 = "A small ASCII-only bounded length string representation."
29 readme = "README.md"
30 keywords = [
31     "string",
32     "str",
33     "small",
34     "tiny",
35     "no_std",
37 categories = ["data-structures"]
38 license-file = "LICENSE"
39 repository = "https://github.com/unicode-org/icu4x"
41 [package.metadata.cargo-all-features]
42 denylist = ["bench"]
44 [package.metadata.docs.rs]
45 all-features = true
47 [package.metadata.workspaces]
48 independent = true
50 [lib]
51 bench = false
53 [[test]]
54 name = "serde"
55 required-features = ["serde"]
57 [[bench]]
58 name = "overview"
59 harness = false
61 [[bench]]
62 name = "construct"
63 harness = false
64 required-features = ["bench"]
66 [[bench]]
67 name = "read"
68 harness = false
69 required-features = ["bench"]
71 [[bench]]
72 name = "serde"
73 harness = false
74 required-features = [
75     "bench",
76     "serde",
79 [dependencies.databake]
80 version = "0.1.6"
81 optional = true
82 default-features = false
84 [dependencies.displaydoc]
85 version = "0.2.3"
86 default-features = false
88 [dependencies.serde]
89 version = "1.0.123"
90 features = ["alloc"]
91 optional = true
92 default-features = false
94 [dependencies.zerovec]
95 version = "0.10.0"
96 optional = true
97 default-features = false
99 [dev-dependencies.bincode]
100 version = "1.3"
102 [dev-dependencies.postcard]
103 version = "1.0.0"
104 features = ["use-std"]
105 default-features = false
107 [dev-dependencies.rand]
108 version = "0.8.5"
109 features = ["small_rng"]
111 [dev-dependencies.serde_json]
112 version = "1.0"
113 features = ["alloc"]
114 default-features = false
116 [features]
117 alloc = []
118 bench = []
119 default = ["alloc"]
120 std = []
122 [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion]
123 version = "0.4"