pxh 0.9.13

pxh is a fast, cross-shell history mining tool with interactive fuzzy search, secret scanning, and bidirectional sync across machines. It indexes bash and zsh history in SQLite with rich metadata for powerful recall.
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.88"
name = "pxh"
version = "0.9.13"
authors = ["Chip Turner <cturner@pattern.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
pxh is a fast, cross-shell history mining tool with interactive fuzzy search,
secret scanning, and bidirectional sync across machines. It indexes bash and
zsh history in SQLite with rich metadata for powerful recall."""
homepage = "https://github.com/chipturner/pxhist"
documentation = "https://github.com/chipturner/pxhist"
readme = "README.md"
keywords = [
    "shell",
    "history",
    "search",
    "bash",
    "zsh",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/chipturner/pxhist"

[package.metadata.release]
publish = false

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

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

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

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

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

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

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

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

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

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

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

[dependencies.bstr]
version = "1.12.1"
features = ["serde"]

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4"

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

[dependencies.env_logger]
version = "0.11.9"

[dependencies.home]
version = "0.5.12"

[dependencies.hostname]
version = "0.4.2"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.29"

[dependencies.nucleo]
version = "0.5"

[dependencies.prettytable-rs]
version = "0.10.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.rusqlite]
version = "0.39.0"
features = [
    "bundled",
    "functions",
]

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

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

[dependencies.tempfile]
version = "3.27.0"

[dependencies.toml]
version = "1.0"

[dependencies.toml_edit]
version = "0.25.5"

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

[dependencies.uzers]
version = "0.12.2"

[dev-dependencies.assert_cmd]
version = "2.2.0"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.rexpect]
version = "0.7"

[dev-dependencies.which]
version = "8.0"

[build-dependencies.serde]
version = "1.0"
features = ["derive"]

[build-dependencies.serde_yml]
version = "0.0"