precis-profiles 0.1.11

Implementation of the PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings Representing Usernames and Passwords as defined in rfc8265; and Nicknames as defined in rfc8266.
Documentation
[build-dependencies.precis-tools]
version = "0.1.8"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.precis-core]
version = "0.1.10"

[dependencies.unicode-normalization]
version = "0.1.19"

[features]
networking = ["precis-core/networking", "precis-tools/networking"]

[lib]
name = "precis_profiles"
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 = """
Implementation of the PRECIS Framework: Preparation, Enforcement,
and Comparison of Internationalized Strings Representing
Usernames and Passwords as defined in rfc8265; and Nicknames as
defined in rfc8266.
"""
documentation = "https://docs.rs/precis-profiles"
edition = "2018"
homepage = "https://github.com/sancane/precis"
keywords = ["precis", "profiles", "rfc8264", "rfc8265", "rfc8266"]
license = "MIT/Apache-2.0"
name = "precis-profiles"
readme = "README.md"
repository = "https://github.com/sancane/precis"
version = "0.1.11"

[[test]]
name = "nicknames"
path = "tests/nicknames.rs"

[[test]]
name = "passwords"
path = "tests/passwords.rs"

[[test]]
name = "usernames"
path = "tests/usernames.rs"