mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
25 lines
711 B
TOML
25 lines
711 B
TOML
[package]
|
|
name = "uu_unexpand"
|
|
version = "0.0.6"
|
|
authors = ["uutils developers"]
|
|
license = "MIT"
|
|
description = "unexpand ~ (uutils) convert input spaces to tabs"
|
|
|
|
homepage = "https://github.com/uutils/coreutils"
|
|
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/unexpand"
|
|
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
|
|
categories = ["command-line-utilities"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
path = "src/unexpand.rs"
|
|
|
|
[dependencies]
|
|
clap = "2.33"
|
|
unicode-width = "0.1.5"
|
|
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
|
|
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
|
|
|
|
[[bin]]
|
|
name = "unexpand"
|
|
path = "src/main.rs"
|