atuin 18.12.1

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

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
bin-dir = "{ name }-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.deb]
maintainer = "Ellie Huxtable <ellie@elliehuxtable.com>"
copyright = "2021, Ellie Huxtable <ellie@elliehuxtable.com>"
license-file = ["LICENSE"]
depends = "$auto"
section = "utility"

[package.metadata.rpm]
package = "atuin"

[package.metadata.rpm.cargo]
buildflags = ["--release"]

[package.metadata.rpm.targets.atuin]
path = "/usr/bin/atuin"

[features]
check-update = ["atuin-client/check-update"]
client = ["atuin-client"]
clipboard = ["arboard"]
daemon = [
    "atuin-client/daemon",
    "atuin-daemon",
]
default = [
    "client",
    "sync",
    "clipboard",
    "check-update",
    "daemon",
]
sync = ["atuin-client/sync"]

[[bin]]
name = "atuin"
path = "src/main.rs"

[[test]]
name = "sync"
path = "tests/sync.rs"

[[test]]
name = "users"
path = "tests/users.rs"

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

[dependencies.atuin-client]
version = "18.12.1"
optional = true
default-features = false

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

[dependencies.atuin-daemon]
version = "18.12.1"
optional = true
default-features = false

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

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

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

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

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

[dependencies.clap_complete]
version = "4.5.8"

[dependencies.clap_complete_nushell]
version = "4.5.4"

[dependencies.colored]
version = "2.0.4"

[dependencies.crossterm]
version = "0.29.0"
features = ["use-dev-tty"]

[dependencies.eyre]
version = "0.6"

[dependencies.fs-err]
version = "3.1"

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

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.interim]
version = "0.2.0"
features = ["time_0_3"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4"

[dependencies.norm]
version = "0.1.1"
features = ["fzf-v2"]

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1.10.5"

[dependencies.rpassword]
version = "7.0"

[dependencies.runtime-format]
version = "0.1.3"

[dependencies.rustix]
version = "0.38.34"
features = [
    "process",
    "fs",
]

[dependencies.semver]
version = "1.0.20"

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

[dependencies.serde_json]
version = "1.0.119"

[dependencies.shlex]
version = "1.3.0"

[dependencies.sysinfo]
version = "0.30.7"

[dependencies.tempfile]
version = "3.19"

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

[dependencies.tiny-bip39]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.unicode-width]
version = "0.2"

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

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

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

[dev-dependencies.atuin-server-postgres]
version = "18.12.1"

[dev-dependencies.tracing-tree]
version = "0.4"

[target.'cfg(any(target_os = "windows", target_os = "macos"))'.dependencies.arboard]
version = "3.4"
optional = true

[target.'cfg(target_os = "linux")'.dependencies.arboard]
version = "3.4"
features = ["wayland-data-control"]
optional = true