starpod-session 0.2.1

Session management for Starpod - metadata, time-gap analysis, usage tracking
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 = "starpod-session"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Session management for Starpod - metadata, time-gap analysis, usage tracking"
homepage = "https://starpod.sh"
readme = false
license = "MIT"
repository = "https://github.com/sinaptik-ai/starpod"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
]

[dependencies.starpod-core]
version = "0.2.1"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.starpod-db]
version = "0.2.1"

[dev-dependencies.tempfile]
version = "3"