# 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 = "jira_git_helper" version = "0.1.0" authors = ["Yvan Yang "] description = "A tool to automate JIRA-related Git commit tasks" readme = "README.md" keywords = [ "jira", "git", "automation", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/YYvanYang/jira_git_helper" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [lib] name = "jira_git_helper" path = "src/lib.rs" [[bin]] name = "jira_git_helper" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.config] version = "0.13" [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.8" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.ring] version = "0.16" [dependencies.rpassword] version = "7.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.28" features = ["full"] [dependencies.toml] version = "0.7" [dev-dependencies.mockito] version = "1.1" [dev-dependencies.tempfile] version = "3.5"