streamling-state 0.1.0

State management and persistence for Streamling.
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.90.0"
name = "streamling-state"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "State management and persistence for Streamling."
readme = false
license-file = "LICENSE.txt"
repository = "https://github.com/goldsky-io/streamling"

[features]
test-utils = []

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

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

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

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.sqlx]
version = "0.8.5"
features = [
    "runtime-tokio",
    "postgres",
    "json",
    "sqlite",
    "tls-rustls",
]

[dependencies.streamling-config]
version = "0.1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "signal",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "json",
]

[lints.clippy]
too_many_arguments = "allow"