httm 0.16.5

A CLI tool for viewing snapshot file versions on ZFS and btrfs datasets
[badges.maintenance]
status = "actively-developed"
[dependencies.clap]
features = ["cargo"]
version = "3.2.8"

[dependencies.crossbeam]
default-features = false
version = "0.8.2"

[dependencies.indicatif]
default-features = false
version = "0.17.0"

[dependencies.itertools]
version = "0.10.3"

[dependencies.lazy_static]
default-features = false
version = "1.4.0"

[dependencies.lscolors]
features = ["ansi_term"]
version = "0.12.0"

[dependencies.number_prefix]
default-features = false
version = "0.4.0"

[dependencies.once_cell]
default-features = false
version = "1.13.0"

[dependencies.proc-mounts]
default-features = false
version = "0.3.0"

[dependencies.rayon]
default-features = false
version = "1.5.1"

[dependencies.skim]
default-features = false
version = "0.9.4"

[dependencies.terminal_size]
default-features = false
version = "0.2.0"

[dependencies.time]
features = ["formatting", "local-offset"]
version = "0.3.11"

[dependencies.which]
default-features = false
version = "4.2.4"

[package]
categories = ["command-line-utilities", "os"]
description = "A CLI tool for viewing snapshot file versions on ZFS and btrfs datasets"
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.16.5"
[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 of files\nresiding on snapshots.  May also be used interactively to select and restore from such\nversions, and even to snapshot datasets which contain certain files.\n"
license-file = ["LICENSE", "4"]
maintainer = "kimono koans <https://github.com/kimono-koans/>"
priority = "optional"
section = "utility"
[profile.release]
lto = true
opt-level = "z"
strip = true