abre 0.1.6

Shorten repetitive text for display. Pipe lines in, get disambiguated lines out.
# 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 = "abre"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shorten repetitive text for display. Pipe lines in, get disambiguated lines out."
homepage = "https://github.com/zcag/abre"
readme = "README.md"
keywords = [
    "cli",
    "abbreviate",
    "shorten",
    "path",
    "text",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/zcag/abre"

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

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

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

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

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

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