nexo-pairing 0.1.8

Setup-code pairing store and DM-challenge gate for Nexo channel plugins.
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"
rust-version = "1.80"
name = "nexo-pairing"
version = "0.1.8"
authors = ["Cristian Garcia <informacion@cristiangarcia.co>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Setup-code pairing store and DM-challenge gate for Nexo channel plugins."
homepage = "https://lordmacu.github.io/nexo-rs/"
documentation = "https://lordmacu.github.io/nexo-rs/"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "ai",
    "nats",
    "framework",
]
categories = [
    "asynchronous",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lordmacu/nexo-rs"

[features]
default = ["qr-png"]
qr-png = ["dep:image"]

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dashmap]
version = "6"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.image]
version = "0.25"
features = ["png"]
optional = true
default-features = false

[dependencies.nexo-broker]
version = "0.1.5"

[dependencies.nexo-plugin-manifest]
version = "0.1.7"

[dependencies.nexo-poller]
version = "0.2.0"

[dependencies.qrcode]
version = "0.14"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "sqlite",
    "runtime-tokio",
]

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
await_holding_lock = "allow"
blocks_in_conditions = "allow"
bool_assert_comparison = "allow"
cmp_owned = "allow"
collapsible_if = "allow"
derivable_impls = "allow"
doc_lazy_continuation = "allow"
doc_overindented_list_items = "allow"
field_reassign_with_default = "allow"
if_same_then_else = "allow"
incompatible_msrv = "allow"
io_other_error = "allow"
large_enum_variant = "allow"
len_without_is_empty = "allow"
let_and_return = "allow"
manual_ignore_case_cmp = "allow"
manual_strip = "allow"
match_like_matches_macro = "allow"
needless_as_bytes = "allow"
needless_borrows_for_generic_args = "allow"
needless_lifetimes = "allow"
print_literal = "allow"
question_mark = "allow"
redundant_closure = "allow"
result_large_err = "allow"
should_implement_trait = "allow"
single_char_pattern = "allow"
too_many_arguments = "allow"
trim_split_whitespace = "allow"
type_complexity = "allow"
unnecessary_literal_unwrap = "allow"
unnecessary_map_or = "allow"
unnecessary_to_owned = "allow"
unwrap_or_default = "allow"
vec_init_then_push = "allow"