nova-boot-data-patterns 0.1.1

CQRS, event sourcing and saga patterns for Nova
# 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 = "nova-boot-data-patterns"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CQRS, event sourcing and saga patterns for Nova"
readme = "README.md"
keywords = [
    "microservices",
    "axum",
    "web",
    "nova",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/nova-boot-rs/nova"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
messaging-bridge = ["nova-boot-messaging"]
nosql-bridge = ["nova-boot-nosql"]
redis-store = ["dep:redis"]
sql-bridge = ["nova-boot-sql"]

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

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

[dependencies.nova-boot]
version = "0.1.1"

[dependencies.nova-boot-messaging]
version = "0.1.1"
optional = true

[dependencies.nova-boot-nosql]
version = "0.1.1"
optional = true

[dependencies.nova-boot-sql]
version = "0.1.1"
optional = true

[dependencies.redis]
version = "0.23"
optional = true

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"