hardy-sqlite-storage 0.5.0

SQLite metadata storage backend for Hardy BPA
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.87"
name = "hardy-sqlite-storage"
version = "0.5.0"
build = "build.rs"
exclude = ["docs/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite metadata storage backend for Hardy BPA"
readme = "README.md"
keywords = [
    "dtn",
    "bpv7",
    "storage",
    "sqlite",
]
categories = [
    "network-programming",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/ricktaylor/hardy"
resolver = "2"

[features]
default = []
instrument = ["tracing/attributes"]

[lib]
name = "hardy_sqlite_storage"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.directories]
version = "6"

[dependencies.hardy-bpa]
version = "0.1"
features = ["serde"]

[dependencies.hardy-bpv7]
version = "0.5"
features = [
    "std",
    "serde",
]

[dependencies.hardy-cbor]
version = "1"

[dependencies.rusqlite]
version = "0.39"
features = [
    "array",
    "bundled",
    "time",
]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1"

[dependencies.trace-err]
version = "1"

[dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies.flume]
version = "0.12"

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

[dev-dependencies.time]
version = "0.3"
features = ["std"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[build-dependencies.base64]
version = "0.22"

[build-dependencies.regex]
version = "1"

[build-dependencies.sha1]
version = "0.11"