[package] name = "jimberlage_jira_client" 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." version = "1.3.0" edition = "2021" license = "MIT" repository = "https://github.com/jimberlage/jimberlage_jira_client" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21" chrono = "0.4" reqwest = { version = "0.11", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"