precis-tools 0.1.8

Tools and parsers to generate PRECIS tables from the Unicode Character Database (UCD)
Documentation
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
features = ["blocking"]
optional = true
version = "0.12.1"

[dependencies.ucd-parse]
version = "0.1.8"

[features]
networking = ["reqwest"]

[lib]
name = "precis_tools"
path = "src/lib.rs"

[package]
authors = ["Santiago Carot-Nemesio <sancane@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing", "internationalization"]
description = """
Tools and parsers to generate PRECIS tables from the Unicode Character Database (UCD)
"""
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.8"