| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies. |
| # |
| # If you are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2021" |
| name = "ucd-trie" |
| version = "0.1.7" |
| authors = ["Andrew Gallant <[email protected]>"] |
| build = false |
| autobins = false |
| autoexamples = false |
| autotests = false |
| autobenches = false |
| description = """ |
| A trie for storing Unicode codepoint sets and maps. |
| """ |
| homepage = "https://github.com/BurntSushi/ucd-generate" |
| documentation = "https://docs.rs/ucd-trie" |
| readme = "README.md" |
| keywords = [ |
| "unicode", |
| "database", |
| "character", |
| "codepoint", |
| "trie", |
| ] |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/BurntSushi/ucd-generate" |
| |
| [lib] |
| name = "ucd_trie" |
| path = "src/lib.rs" |
| |
| [[bench]] |
| name = "bench" |
| path = "benches/bench.rs" |
| |
| [dev-dependencies.once_cell] |
| version = "1" |
| |
| [features] |
| default = ["std"] |
| std = [] |