[dependencies.lazy_static]
version = "1.4.0"
[dependencies.regex]
version = "1"
[dependencies.reqwest]
features = ["blocking"]
optional = true
version = "0.11.4"
[dependencies.ucd-parse]
version = "0.1.8"
[features]
networking = ["reqwest"]
[package]
authors = ["Santiago Carot-Nemesio <sancane@gmail.com>"]
categories = ["text-processing", "internationalization"]
description = "Tools and parsers to generate PRECIS tables from the Unicode Character Database (UCD)\n"
documentation = "https://docs.rs/precis-tools"
edition = "2018"
homepage = "https://github.com/sancane/precis"
keywords = ["Preparation", "Enforcement", "Comparison", "Internationalized", "precis"]
license = "MIT/Apache-2.0"
name = "precis-tools"
readme = "README.md"
repository = "https://github.com/sancane/precis"
version = "0.1.7"