atlassian-cli-bulk 0.3.1

Bulk operations executor for Atlassian CLI
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 = "2021"
name = "atlassian-cli-bulk"
version = "0.3.1"
authors = ["atlassian-cli contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bulk operations executor for Atlassian CLI"
homepage = "https://github.com/omar16100/atlassian-cli"
readme = false
license = "MIT"
repository = "https://github.com/omar16100/atlassian-cli"

[package.metadata.release]
release = false

[lib]
name = "atlassian_cli_bulk"
path = "src/lib.rs"

[[bench]]
name = "bulk_benchmarks"
path = "benches/bulk_benchmarks.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.8"
features = [
    "html_reports",
    "async_tokio",
]