cuenv-1password 0.26.2

1Password integration for the cuenv ecosystem
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
default-features = false
features = ["std", "clock"]
version = "0.4"

[dependencies.cuenv-secrets]
version = "0.26.0"

[dependencies.dirs]
version = "6.0"

[dependencies.extism]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.3"

[dependencies.once_cell]
version = "1.20"

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

[dependencies.serde_json]
features = ["raw_value"]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.12"

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

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

[lints.clippy]
as_ptr_cast_mut = "allow"
cognitive_complexity = "allow"
dbg_macro = "warn"
derive_partial_eq_without_eq = "allow"
doc_markdown = "allow"
expect_used = "warn"
implicit_hasher = "allow"
iter_on_single_items = "allow"
missing_const_for_fn = "allow"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"
needless_collect = "allow"
needless_pass_by_ref_mut = "allow"
option_if_let_else = "allow"
or_fun_call = "allow"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
redundant_clone = "allow"
redundant_closure_for_method_calls = "allow"
significant_drop_tightening = "allow"
todo = "warn"
too_many_arguments = "allow"
too_many_lines = "allow"
unimplemented = "warn"
uninlined_format_args = "allow"
unnecessary_literal_bound = "allow"
unnecessary_map_or = "allow"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"

[package]
authors = ["cuenv Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "development-tools", "parsing"]
description = "1Password integration for the cuenv ecosystem"
edition = "2024"
homepage = "https://github.com/cuenv/cuenv"
keywords = ["cue", "configuration", "validation", "ffi"]
license = "AGPL-3.0-or-later"
name = "cuenv-1password"
readme = "readme.md"
repository = "https://github.com/cuenv/cuenv"
resolver = "2"
version = "0.26.2"

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