# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "jenkins_api_redux" version = "0.1.1" authors = ["Johnathan Walker"] description = "Bindings for the Jenkins JSON API; a fork of https://github.com/mockersf/jenkins-api.rs" homepage = "https://github.com/j7nw4r/jenkins-api-redux.rs" documentation = "https://docs.rs/jenkins_api_redux" readme = "README.md" keywords = ["jenkins"] license = "MIT" repository = "https://github.com/j7nw4r/jenkins-api-redux.rs" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.4" [dependencies.reqwest] version = "0.10" features = [ "blocking", "json", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" [dependencies.urlencoding] version = "1.1" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.mockito] version = "0.28" [dev-dependencies.proptest] version = "0.10" [dev-dependencies.spectral] version = "0.6" [dev-dependencies.testcontainers] version = "0.14.0" [features] default = ["reqwest/default-tls"] extra-fields-visibility = [] rustls-tls = ["reqwest/rustls-tls"] [badges.travis-ci] repository = "j7nw4r/jenkins-api-redux.rs"