puniyu_adapter_api 0.9.1

puniyu 统一适配器 API trait 库,定义 AdapterApi 基础接口
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 = "2024"
rust-version = "1.88.0"
name = "puniyu_adapter_api"
version = "0.9.1"
authors = ["wuliya <3369906077@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "puniyu 统一适配器 API trait 库,定义 AdapterApi 基础接口"
homepage = "https://github.com/puniyu/core"
readme = "README.md"
license = "LGPL-3.0-only"
repository = "https://github.com/puniyu/core"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.puniyu_account]
version = "0.8.8"

[dependencies.puniyu_adapter_types]
version = "0.9.1"

[dependencies.puniyu_common]
version = "0.9.1"
default-features = false

[dependencies.puniyu_contact]
version = "0.8.8"

[dependencies.puniyu_error]
version = "0.8.8"
default-features = false

[dependencies.puniyu_message]
version = "0.8.8"

[dependencies.serde_json]
version = "1.0"

[lints.clippy]
unwrap_used = "deny"