• 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"
14rust-version = "1.81"
15name = "potential_utf"
16version = "0.1.2"
17authors = ["The ICU4X Project Developers"]
18build = false
19include = [
20    "data/**/*",
21    "src/**/*",
22    "examples/**/*",
23    "benches/**/*",
24    "tests/**/*",
25    "Cargo.toml",
26    "LICENSE",
27    "README.md",
28]
29autolib = false
30autobins = false
31autoexamples = false
32autotests = false
33autobenches = false
34description = "Unvalidated string and character types"
35homepage = "https://icu4x.unicode.org"
36readme = "README.md"
37categories = ["internationalization"]
38license = "Unicode-3.0"
39repository = "https://github.com/unicode-org/icu4x"
40
41[features]
42alloc = [
43    "serde?/alloc",
44    "zerovec?/alloc",
45]
46databake = ["dep:databake"]
47serde = ["dep:serde"]
48writeable = [
49    "dep:writeable",
50    "alloc",
51]
52zerovec = ["dep:zerovec"]
53
54[lib]
55name = "potential_utf"
56path = "src/lib.rs"
57
58[dependencies.databake]
59version = "0.2.0"
60optional = true
61default-features = false
62
63[dependencies.serde]
64version = "1.0.110"
65optional = true
66default-features = false
67
68[dependencies.writeable]
69version = "0.6.0"
70optional = true
71default-features = false
72
73[dependencies.zerovec]
74version = "0.11.1"
75optional = true
76default-features = false
77
78[dev-dependencies.bincode]
79version = "1.3.1"
80
81[dev-dependencies.serde_json]
82version = "1.0.45"
83