jirust-cli 0.17.3

A CLI tool to interact with Jira
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "jirust-cli"
version = "0.17.3"
authors = ["Emanuele Panigati <ilpanich@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to interact with Jira"
documentation = "https://docs.rs/jirust-cli"
readme = "README.md"
keywords = [
    "jira",
    "cli",
]
license = "Apache-2.0"
repository = "https://github.com/ilpanich/jirust-cli"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
all = ["attachment_scan"]
attachment_scan = [
    "dep:yara-x",
    "dep:anyhow",
    "dep:git2",
    "dep:walkdir",
    "dep:reqwest",
    "dep:sha2",
    "dep:tempfile",
    "dep:zip",
]
default = []

[lib]
name = "jirust_cli"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "jirust-cli"
path = "src/main.rs"

[[test]]
name = "cli_main_tests"
path = "tests/cli_main_tests.rs"

[[test]]
name = "lib_comprehensive"
path = "tests/lib_comprehensive.rs"

[[test]]
name = "runner_comprehensive"
path = "tests/runner_comprehensive.rs"

[dependencies.anyhow]
version = "1.0.100"
optional = true

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "wrap_help",
]

[dependencies.clap_derive]
version = "4.5"

[dependencies.futures]
version = "0.3.31"

[dependencies.git2]
version = "0.20.3"
optional = true

[dependencies.jira_v3_openapi]
version = "1.5.3"
features = [
    "common",
    "issues_api",
    "projects_api",
    "version_api",
    "link_issues_api",
]
default-features = false

[dependencies.prettytable-rs]
version = "0.10.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "^0.12"
features = ["rustls-tls"]
optional = true
default-features = false

[dependencies.rpassword]
version = "7.4.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.tempfile]
version = "3.24.0"
optional = true

[dependencies.toml]
version = "0.9.10"

[dependencies.walkdir]
version = "2.5.0"
optional = true

[dependencies.yara-x]
version = "1.10.0"
features = [
    "constant-folding",
    "exact-atoms",
    "fast-regexp",
    "pe-module",
    "dotnet-module",
    "hash-module",
    "math-module",
    "string-module",
    "time-module",
    "parallel-compilation",
    "linkme",
]
optional = true
default-features = false

[dependencies.zip]
version = "7.0"
features = ["deflate"]
optional = true
default-features = false

[dev-dependencies.mockall]
version = "0.14.0"

[dev-dependencies.tokio-test]
version = "0.4.5"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.56"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false

[target.'cfg(target_family = "wasm")'.dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[target.'cfg(target_family = "wasm")'.dependencies.serde-wasm-bindgen]
version = "0.6.5"

[target.'cfg(target_family = "wasm")'.dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt",
]
default-features = false

[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen]
version = "0.2.106"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen-futures]
version = "0.4.56"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
strip = "symbols"