jetkcli 0.1.2-alpha1

A strongly opininated jira/git command line interface
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]
edition = "2018"
name = "jetkcli"
version = "0.1.2-alpha1"
authors = ["Paul Delafosse <paul.delafosse@protonmail.com>"]
description = "A strongly opininated jira/git command line interface\n"
documentation = "https://docs.rs/jetkcli"
readme = "crates-io.md"
license = "MIT"
repository = "https://github.com/oknozor/jetkcli"

[[bin]]
name = "jet"
path = "src/bin/jet.rs"
required-features = ["clap"]
[dependencies.clap]
version = "2.33.0"
optional = true

[dependencies.config]
version = "0.10.1"

[dependencies.dirs]
version = "2.0"

[dependencies.failure]
version = "0.1.6"

[dependencies.git2]
version = "0.11.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.moins]
version = "0.1.2"

[dependencies.reqwest]
version = "0.9.22"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.toml]
version = "0.5.6"

[features]
cli = ["clap"]
default = ["cli"]
[badges.travis-ci]
branch = "master"
repository = "oknozor/jetkcli"