ptags 0.2.0

A parallel universal-ctags wrapper for git repository
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 = "ptags"
version = "0.2.0"
authors = ["dalance@gmail.com"]
description = "A parallel universal-ctags wrapper for git repository"
readme = "README.md"
keywords = ["ctags", "universal-ctags"]
categories = ["command-line-utilities", "development-tools"]
license = "MIT"
repository = "https://github.com/dalance/ptags"
[package.metadata.release]
dev-version-ext = "pre"
pre-release-commit-message = "Prepare to v{{version}}"
pro-release-commit-message = "Start next development iteration v{{version}}"
tag-message = "Bump version to {{version}}"
tag-prefix = "v"

[lib]
name = "ptagslib"
path = "src/lib.rs"

[[bin]]
name = "ptags"
path = "src/main.rs"

[[bench]]
name = "ptags_bench"
harness = false
[dependencies.error-chain]
version = "0.11.0"

[dependencies.nix]
version = "0.10.0"

[dependencies.serde]
version = "1.0.33"

[dependencies.serde_derive]
version = "1.0.33"

[dependencies.structopt]
version = "0.2.5"

[dependencies.structopt-toml]
version = "0.2.1"

[dependencies.tempfile]
version = "2.2.0"

[dependencies.time]
version = "0.1.39"

[dependencies.toml]
version = "0.4.5"
[dev-dependencies.bencher]
version = "0.1.5"
[badges.appveyor]
branch = "master"
repository = "dalance/ptags"
service = "github"

[badges.codecov]
branch = "master"
repository = "dalance/ptags"
service = "github"

[badges.travis-ci]
repository = "dalance/ptags"