unic-idna-punycode 0.5.0

UNIC - Implementation of Punycode (RFC 3492) algorithm
Documentation
[package]
name = "unic-idna-punycode"
version = "0.5.0"
authors = ["The UNIC Project Developers"]
repository = "https://github.com/behnam/rust-unic/"
license = "MIT/Apache-2.0"
keywords = ["text", "unicode", "idna", "punycode"]
description = "UNIC - Implementation of Punycode (RFC 3492) algorithm"
categories = ["text-processing", "parsing", "rendering"]
readme = "README.md"

# No tests/benches that depends on /data/
exclude = ["tests/punycode_tests.rs"]

[badges]
travis-ci = { repository = "behnam/rust-unic", branch = "master" }

[dev-dependencies]
rustc-serialize = "0.3"