ucd-parse 0.1.13

A library for parsing data files in the Unicode character database.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "regex-lite"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"

[[package]]
name = "ucd-parse"
version = "0.1.13"
dependencies = [
 "regex-lite",
]