# 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 = "2021" name = "jimberlage_jira_client" version = "1.3.0" description = "Provides a REST client to access the JIRA V3 API. It aims to be complete, but is not yet; should only be used if you have the inclination to add features you want." readme = "README.md" license = "MIT" repository = "https://github.com/jimberlage/jimberlage_jira_client" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"