aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: da540b6cc8c6a6a24b9000c16f111598c51c08d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "ucd-trie"
version = "0.1.3"  #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trie for storing Unicode codepoint sets and maps.
"""
documentation = "https://docs.rs/ucd-trie"
homepage = "https://github.com/BurntSushi/ucd-generate"
repository = "https://github.com/BurntSushi/ucd-generate"
readme = "README.md"
keywords = ["unicode", "database", "character", "codepoint", "trie"]
license = "MIT/Apache-2.0"
edition = "2018"

[dev-dependencies]
lazy_static = "1"

[features]
default = ["std"]
std = []