op-loader 0.1.2

TUI for configuring 1password secrets for injection into your shell environment
# 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"
name = "op-loader"
version = "0.1.2"
authors = ["Matthew Lese matthewjlese@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI for configuring 1password secrets for injection into your shell environment"
readme = "README.md"
license = "MIT"
repository = "https://github.com/idiomattic/op-loader"

[[bin]]
name = "op-loader"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.confy]
version = "2.0.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.log]
version = "0.4.29"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.assert_fs]
version = "1.1.3"