hdds-persistence 0.8.0

HDDS Persistence Service - TRANSIENT/PERSISTENT durability with SQLite/RocksDB
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 = "hdds-persistence"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HDDS Persistence Service - TRANSIENT/PERSISTENT durability with SQLite/RocksDB"
readme = "README.md"
keywords = [
    "dds",
    "rtps",
    "middleware",
    "pubsub",
    "realtime",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/hdds-rs/hdds"

[features]
default = ["sqlite"]
rocksdb-backend = ["rocksdb"]
sqlite = []

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

[[bin]]
name = "hdds-persistence"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.hdds]
version = "1.0.8"
features = ["security"]

[dependencies.rocksdb]
version = "0.22"
optional = true

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.42"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "signal",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]