atuin-scripts 18.12.1

The scripts crate 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"
rust-version = "1.93"
name = "atuin-scripts"
version = "18.12.1"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The scripts crate for Atuin"
homepage = "https://atuin.sh"
readme = "README.md"
license = "MIT"
repository = "https://github.com/atuinsh/atuin"
resolver = "2"

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

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

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

[dependencies.eyre]
version = "0.6"

[dependencies.minijinja]
version = "2.9.0"

[dependencies.pretty_assertions]
version = "1.3.0"

[dependencies.rmp]
version = "0.8.14"

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

[dependencies.serde_json]
version = "1.0.119"

[dependencies.sql-builder]
version = "3"

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

[dependencies.tempfile]
version = "3.19"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "ansi",
    "fmt",
    "registry",
    "env-filter",
]

[dependencies.typed-builder]
version = "0.18.2"

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