genies_core 1.4.4

整合DDD与Dapr 的 core 库
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"
name = "genies_core"
version = "1.4.4"
authors = ["tdcare"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "整合DDD与Dapr 的 core 库"
documentation = "https://docs.rs/genies_core"
readme = "README.zh-CN.md"
keywords = [
    "dominevent",
    "aggregate",
    "ddd",
    "dapr",
]
categories = [
    "config",
    "rust-patterns",
]
license = "MIT/Apache-2.0"

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

[dependencies.base64ct]
version = "1.5.3"
features = ["alloc"]

[dependencies.jsonwebtoken]
version = "7.2.0"

[dependencies.log]
version = "0.4.17"

[dependencies.rbdc]
version = "4.5"
default-features = false

[dependencies.salvo]
version = "0.79.0"
features = [
    "websocket",
    "rustls",
    "oapi",
    "affix-state",
]

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

[dependencies.serde_json]
version = "1.0.89"

[dependencies.sha2]
version = "0.10.6"

[dependencies.surf]
version = "^2.1.0"
features = [
    "h1-client-rustls",
    "middleware-logger",
]
default-features = false

[dependencies.thiserror]
version = "1.0"

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

[dev-dependencies]