atuin-server-sqlite 18.12.1

server sqlite database library for atuin
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 = "atuin-server-sqlite"
version = "18.12.1"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "server sqlite database library for atuin"
homepage = "https://atuin.sh"
readme = false
license = "MIT"
repository = "https://github.com/atuinsh/atuin"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1.58"

[dependencies.atuin-common]
version = "18.12.1"

[dependencies.atuin-server-database]
version = "18.12.1"

[dependencies.eyre]
version = "0.6"

[dependencies.futures-util]
version = "0.3"

[dependencies.metrics]
version = "0.24"

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

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "time",
    "postgres",
    "uuid",
    "sqlite",
    "regexp",
]

[dependencies.time]
version = "0.3.36"
features = [
    "serde-human-readable",
    "macros",
    "local-offset",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.9"
features = [
    "v4",
    "v7",
    "serde",
]