httm 0.11.7

The dream of a CLI Time Machine is still alive with httm.
[badges.maintenance]
status = "actively-developed"
[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
features = ["cargo"]
version = "3.1"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.indicatif]
version = "0.16.2"

[dependencies.itertools]
version = "0.10.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.lscolors]
version = "0.10.0"

[dependencies.number_prefix]
version = "0.4.0"

[dependencies.proc-mounts]
version = "0.3.0"

[dependencies.rayon]
version = "1.5.1"

[dependencies.skim]
version = "0.9.4"

[dependencies.terminal_size]
version = "0.1.17"

[dependencies.which]
version = "4.2.4"

[package]
categories = ["command-line-utilities", "os"]
description = "The dream of a CLI Time Machine is still alive with httm."
documentation = "https://github.com/kimono-koans/httm/blob/master/README.md"
edition = "2021"
keywords = ["zfs", "backup", "restore", "cli-utility", "snapshot"]
license = "MPL-2.0"
name = "httm"
readme = "README.md"
repository = "https://github.com/kimono-koans/httm"
resolver = "2"
version = "0.11.7"
[package.metadata.deb]
assets = [["target/release/httm", "usr/bin/", "755"], ["httm.1", "usr/share/man/man1/", "644"], ["README.md", "usr/share/doc/httm/README", "644"]]
copyright = "2022, Robert Swinford <robert.swinford<...at...>gmail.com>"
depends = "$auto"
extended-description = "httm prints the size, date and corresponding locations of available unique versions (deduplicated by modify time and size) of files residing on ZFS/btrfs snapshots, but can also be used interactively to select and restore such files."
license-file = ["LICENSE", "4"]
maintainer = "kimono koans <https://github.com/kimono-koans/>"
priority = "optional"
section = "utility"
[profile.release]
strip = true