# 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 = "jenkins_api" version = "0.8.0" authors = ["François Mockers "] 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.log] version = "0.4" [dependencies.regex] version = "1.3" [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.6" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.1" [dependencies.urlencoding] version = "1.0.0" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.mockito] version = "0.25" [dev-dependencies.proptest] version = "0.9" [dev-dependencies.skeptic] version = "0.13" [dev-dependencies.spectral] version = "0.6" [build-dependencies.skeptic] version = "0.13" [features] extra-fields-visibility = [] [badges.travis-ci] repository = "mockersf/jenkins-api.rs"