jenkins_api 0.5.0

Bindings for the Jenkins JSON API
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 = "jenkins_api"
version = "0.5.0"
authors = ["François Mockers <mockersf@gmail.com>"]
build = "build.rs"
description = "Bindings for the Jenkins JSON API"
homepage = "https://github.com/mockersf/jenkins-api.rs"
documentation = "https://docs.rs/jenkins_api"
readme = "README.md"
keywords = ["jenkins"]
license = "MIT"
repository = "https://github.com/mockersf/jenkins-api.rs"
[dependencies.failure]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.8"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.5.1"

[dependencies.urlencoding]
version = "1.0.0"
[dev-dependencies.env_logger]
version = "0.5"

[dev-dependencies.mockito]
version = "0.12.0"

[dev-dependencies.proptest]
version = "0.8.1"

[dev-dependencies.skeptic]
version = "0.13"

[dev-dependencies.spectral]
version = "0.6.0"
[build-dependencies.skeptic]
version = "0.13"
[badges.travis-ci]
repository = "mockersf/jenkins-api.rs"