• 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 = "ucd-trie"
15version = "0.1.7"
16authors = ["Andrew Gallant <jamslam@gmail.com>"]
17build = false
18autobins = false
19autoexamples = false
20autotests = false
21autobenches = false
22description = """
23A trie for storing Unicode codepoint sets and maps.
24"""
25homepage = "https://github.com/BurntSushi/ucd-generate"
26documentation = "https://docs.rs/ucd-trie"
27readme = "README.md"
28keywords = [
29    "unicode",
30    "database",
31    "character",
32    "codepoint",
33    "trie",
34]
35license = "MIT OR Apache-2.0"
36repository = "https://github.com/BurntSushi/ucd-generate"
37
38[lib]
39name = "ucd_trie"
40path = "src/lib.rs"
41
42[[bench]]
43name = "bench"
44path = "benches/bench.rs"
45
46[dev-dependencies.once_cell]
47version = "1"
48
49[features]
50default = ["std"]
51std = []
52