soar-db 0.3.2

Database operations for soar package manager
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 = "soar-db"
version = "0.3.2"
authors = ["Rabindra Dhakal <contact@qaidvoid.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database operations for soar package manager"
readme = "README.md"
keywords = [
    "appimage",
    "binary",
    "linux",
    "package-manager",
    "portable",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/pkgforge/soar"

[package.metadata.cargo-machete]
ignored = ["libsqlite3-sys"]

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

[dependencies.diesel]
version = "2.3.5"
features = [
    "64-column-tables",
    "returning_clauses_for_sqlite_3_35",
    "serde_json",
    "sqlite",
]

[dependencies.diesel_migrations]
version = "2.3.1"
features = ["sqlite"]

[dependencies.libsqlite3-sys]
version = ">=0.30.1,<0.36.0"
features = ["bundled"]

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.regex]
version = "1.12.2"
features = [
    "std",
    "unicode-case",
    "unicode-perl",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"
features = ["indexmap"]

[dependencies.soar-registry]
version = "0.2.2"

[dependencies.thiserror]
version = "2.0.17"

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