perspt-store 0.5.5

DuckDB-based persistence layer for Perspt SRBN sessions
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 = "perspt-store"
version = "0.5.5"
authors = [
    "Vikrant Rathore",
    "Ronak Rathore",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DuckDB-based persistence layer for Perspt SRBN sessions"
homepage = "https://github.com/eonseed/perspt"
documentation = "https://docs.rs/perspt-store"
readme = false
keywords = [
    "persistence",
    "duckdb",
    "srbn",
    "session",
]
categories = ["database"]
license = "LGPL-3.0"
repository = "https://github.com/eonseed/perspt"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "5.0"

[dependencies.duckdb]
version = "=1.10501.0"
features = ["bundled"]

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.perspt-core]
version = "0.5.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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

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