puniyu_loader 0.9.0

Puniyu 加载器类型定义库,提供统一的 Loader trait 和组件发现类型
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_loader"
version = "0.9.0"
authors = ["wuliya <3369906077@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Puniyu 加载器类型定义库,提供统一的 Loader trait 和组件发现类型"
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_loader"
path = "src/lib.rs"

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

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

[dependencies.puniyu_adapter_core]
version = "0.9.0"

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

[dependencies.puniyu_plugin_core]
version = "0.9.0"

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt",
]

[lints.clippy]
unwrap_used = "deny"