ruwebframe 0.1.8

a simple webframe for rust actix-web, based on rudi and rbatis.
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 = "ruwebframe"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a simple webframe for rust actix-web, based on rudi and rbatis."
readme = "README.md"
keywords = [
    "ruwebframe",
    "webframe",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://gitee.com/leijmdas/ruwebframe.git"

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

[[bin]]
name = "ruwebframe"
path = "src/main.rs"

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

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

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

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

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

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

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

[dependencies.actix-http]
version = "3.13.1"

[dependencies.actix-web]
version = "4.14.0"

[dependencies.aead]
version = "0.5.2"

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.base64]
version = "0.22.1"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.chrono]
version = "0.4.45"

[dependencies.ctor]
version = "1.0.12"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.displaydoc]
version = "0.2.7"

[dependencies.dotenvy]
version = "0.15"

[dependencies.flexi_logger]
version = "0.31.9"

[dependencies.heck]
version = "0.5.0"

[dependencies.inventory]
version = "0.3"

[dependencies.log]
version = "0.4.33"

[dependencies.postgres]
version = "0.19"
features = [
    "with-uuid-1",
    "with-chrono-0_4",
]

[dependencies.rand]
version = "0.10.2"

[dependencies.rbatis]
version = "4.9.7"

[dependencies.redis]
version = "0.29.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9.34+deprecated"

[dependencies.spicex]
version = "0.1.0"

[dependencies.syn]
version = "2"
features = [
    "parsing",
    "full",
    "visit",
]

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

[dependencies.tokio-postgres]
version = "0.7.18"

[dependencies.uuid]
version = "1.24.0"
features = ["v4"]

[dependencies.walkdir]
version = "2.5.0"

[dependencies.yimi-rutool]
version = "0.2.5"