[package] name = "jiragen" description = "A Rust library for sending requests to JIRA. It includes functionality for sending bulk issue creation from a .csv file." version = "0.9.1" authors = ["Kai Yao "] edition = "2018" repository = "https://github.com/Accruent/jiragen" categories = ["api-bindings"] keywords = ["jira"] license = "MIT" readme = "README.md" [dependencies] csv = "^1.0" failure = "^0.1" http = "^0.1" lazy_static = "^1.2" regex = "^1.1" reqwest = "^0.9" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" [lib] name = "jiragen" path = "src/lib.rs"