opz 2026.5.6

1Password CLI wrapper for seamless secret injection into commands
# 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 = "opz"
version = "2026.5.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "1Password CLI wrapper for seamless secret injection into commands"
readme = "README.md"
license = "MIT"
repository = "https://github.com/f4ah6o/opz"

[[bin]]
name = "opz"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.directories]
version = "6.0.0"

[dependencies.hex]
version = "0.4"

[dependencies.opentelemetry]
version = "0.31.0"

[dependencies.opentelemetry-otlp]
version = "0.31.0"
features = [
    "grpc-tonic",
    "trace",
]

[dependencies.opentelemetry_sdk]
version = "0.31.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.147"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.tokio]
version = "1.49.0"
features = [
    "net",
    "rt",
    "rt-multi-thread",
    "time",
]