group_controller 2025.8.14

A brief description of your crate
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"
name = "group_controller"
version = "2025.8.14"
authors = ["刘润滋 13906330052@139.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A brief description of your crate"
readme = false
license = "MIT"
repository = "https://github.com/liurunzi0052/rust_iot_group.git"

[lib]
name = "group_controller"
crate-type = ["rlib"]
path = "src/lib.rs"

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

[dependencies.dashmap]
version = "5.4"

[dependencies.libloading]
version = "0.7"

[dependencies.once_cell]
version = "1.18"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "io-util",
    "fs",
    "sync",
    "macros",
]