[build-dependencies.precis-tools]
version = "0.1.8"
[build-dependencies.ucd-parse]
version = "0.1.8"
[dependencies.unicode-normalization]
version = "0.1.19"
[dev-dependencies.precis-tools]
version = "0.1.8"
[dev-dependencies.ucd-parse]
version = "0.1.8"
[features]
networking = ["precis-tools/networking"]
[lib]
name = "precis_core"
path = "src/lib.rs"
[package]
authors = ["Santiago Carot-Nemesio <sancane@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["text-processing", "internationalization"]
description = """
PRECIS Framework: Preparation, Enforcement, and Comparison of
Internationalized Strings in Application Protocols as defined
in rfc8264
"""
documentation = "https://docs.rs/precis-core"
edition = "2018"
homepage = "https://github.com/sancane/precis"
keywords = ["Preparation", "Enforcement", "Comparison", "precis", "rfc8264"]
license = "MIT/Apache-2.0"
name = "precis-core"
readme = "README.md"
repository = "https://github.com/sancane/precis"
version = "0.1.10"
[[test]]
name = "derivedproperty"
path = "tests/derivedproperty.rs"