unic-idna-punycode 0.4.0

UNIC - Implementation of Punycode (RFC 3492) algorithm
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[[test]]
name = "tests"
harness = false
[dev-dependencies.rustc-test]
version = "0.1"

[dev-dependencies.rustc-serialize]
version = "0.3"
[badges.travis-ci]
branch = "master"
repository = "behnam/rust-unic"