# 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 = "pxh" version = "0.4.0" authors = ["Chip Turner "] description = """ pxh is a fast, flexible shell history mining tool. It indexes all of your shell history to give you total recall across one of your most valuable reservoirs of knowledge, your shell history.""" homepage = "https://github.com/chipturner/pxhist" documentation = "https://github.com/chipturner/pxhist" readme = "README.md" keywords = [ "shell", "history", "search", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/chipturner/pxhist" [lib] path = "src/lib.rs" [dependencies.bstr] version = "1.4.0" features = ["serde"] [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.1" features = [ "derive", "env", "wrap_help", ] [dependencies.env_logger] version = "0.10.0" [dependencies.home] version = "0.5.4" [dependencies.hostname] version = "0.3.1" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.7.3" [dependencies.rusqlite] version = "0.29.0" features = [ "bundled", "functions", ] [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" features = ["arbitrary_precision"] [dependencies.users] version = "0.11.0" [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.tempfile] version = "3.5.0"