sql-hummus 0.1.5

Log files and key-value stores in SQLite.
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"
name = "sql-hummus"
version = "0.1.5"
authors = ["ReactorScram"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Log files and key-value stores in SQLite."
documentation = "https://docs.rs/sql-hummus"
readme = "README.md"
keywords = [
    "database",
    "sqlite",
]
categories = [
    "command-line-utilities",
    "database",
]
license-file = "LICENSE.md"
repository = "https://github.com/ReactorScram/sql-hummus"

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

[[bin]]
name = "sql-hummus"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.103"
features = ["backtrace"]

[dependencies.camino]
version = "1.2.4"
features = ["serde1"]

[dependencies.chrono]
version = "0.4.45"

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

[dependencies.directories]
version = "6.0.0"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sql-peas]
version = "0.38.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.ulid]
version = "3.0.0"
features = ["serde"]