[badges.appveyor]
branch = "master"
repository = "open-i18n/rust-unic"
service = "github"
[badges.is-it-maintained-issue-resolution]
repository = "open-i18n/rust-unic"
[badges.is-it-maintained-open-issues]
repository = "open-i18n/rust-unic"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "open-i18n/rust-unic"
[dependencies.matches]
version = "0.1"
[dependencies.unic-idna-mapping]
version = "0.9.0"
[dependencies.unic-idna-punycode]
version = "0.9.0"
[dependencies.unic-normal]
version = "0.9.0"
[dependencies.unic-ucd-bidi]
version = "0.9.0"
[dependencies.unic-ucd-normal]
version = "0.9.0"
[dependencies.unic-ucd-version]
version = "0.9.0"
[package]
authors = ["The UNIC Project Developers"]
categories = ["internationalization", "text-processing", "parsing", "rendering"]
description = "UNIC — Unicode IDNA Compatibility Processing"
edition = "2018"
exclude = ["tests/conformance_tests.rs"]
keywords = ["text", "unicode", "idna", "internationalized", "domain-names"]
license = "MIT/Apache-2.0"
name = "unic-idna"
readme = "README.md"
repository = "https://github.com/open-i18n/rust-unic/"
version = "0.9.0"