urlencode 0.1.1

A CLI utility for URL-encoding or -decoding strings
# 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 = "urlencode"
version = "0.1.1"
authors = ["Skyler Hawthorne <skylerhawthorne@gmail.com>"]
description = "A CLI utility for URL-encoding or -decoding strings"
readme = "README.adoc"
keywords = ["urlencode", "url", "encode", "decode", "percent"]
categories = ["command-line-utilities", "encoding"]
license = "AML"
repository = "https://github.com/dead10ck/urlencode"
[dependencies.clap]
version = "2"

[dependencies.percent-encoding]
version = "1"