openalias 0.2.0

Look up and parse OpenAlias data
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 = "openalias"
version = "0.2.0"
authors = ["nabijaczleweli <nabijaczleweli@gmail.com>"]
build = "build.rs"
exclude = ["*.enc"]
description = "Look up and parse OpenAlias data"
documentation = "https://cdn.rawgit.com/nabijaczleweli/openalias.rs/doc/openalias/index.html"
readme = "README.md"
keywords = ["cargo", "update", "plugin", "subcommand"]
categories = ["command-line-utilities", "parser-implementations", "authentication"]
license = "MIT"
repository = "https://github.com/nabijaczleweli/openalias.rs"

[[bin]]
name = "openalias"
test = false
doc = false
[dependencies.crc]
version = "1.5"

[dependencies.clap]
version = "2.26"

[dependencies.resolve]
version = "0.1"
[build-dependencies.peg]
version = "0.5"

[build-dependencies.rustfmt]
version = "0.9"

[build-dependencies.embed-resource]
version = "1.1"