[package] version = "0.1.13" #:version name = "yeslogic-ucd-parse" authors = [ "Andrew Gallant ", "YesLogic Pty. Ltd. " ] description = """ A library for parsing data files in the Unicode character database. """ documentation = "https://docs.rs/yeslogic-ucd-parse" homepage = "https://github.com/yeslogic/ucd-generate" repository = "https://github.com/yeslogic/ucd-generate" readme = "README.md" keywords = ["unicode", "database", "character", "property"] license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.70" [dependencies] regex-lite = "0.1.0"