# 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 = "jirarust" version = "0.3.10" authors = ["Cherry Ramatis "] description = "A command-line utility for bringing Jira and Github together" homepage = "https://github.com/cherryramatisdev/jirarust" readme = "README.md" categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/cherryramatisdev/jirarust" [dependencies.ansi-hex-color] version = "0.1.1" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.clap_complete] version = "4.2.0" [dependencies.colors-transform] version = "0.2.11" [dependencies.dialoguer] version = "0.10.3" [dependencies.http-auth-basic] version = "0.3.3" [dependencies.minreq] version = "2.6.0" features = [ "punycode", "https", "json-using-serde", ] [dependencies.mockall] version = "0.11.3" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.40"