unic-idna-punycode 0.9.0

UNIC — Implementation of Punycode (RFC 3492) algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rustc-serialize"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe834bc780604f4674073badbad26d7219cadfb4a2275802db12cbae17498401"

[[package]]
name = "unic-idna-punycode"
version = "0.9.0"
dependencies = [
 "rustc-serialize",
]