2019-09-02 00:23:29 +00:00
|
|
|
[package]
|
|
|
|
name = "choose"
|
2024-10-01 22:11:57 +00:00
|
|
|
version = "1.3.6"
|
2019-09-02 00:23:29 +00:00
|
|
|
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
|
2024-09-23 00:46:59 +00:00
|
|
|
edition = "2021"
|
2020-06-07 20:53:22 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2020-06-08 03:12:19 +00:00
|
|
|
description = "A human-friendly and fast alternative to cut and (sometimes) awk"
|
|
|
|
homepage = "https://github.com/theryangeary/choose"
|
|
|
|
documentation = "https://github.com/theryangeary/choose"
|
|
|
|
repository = "https://github.com/theryangeary/choose"
|
|
|
|
readme = "readme.md"
|
|
|
|
exclude = [
|
|
|
|
"test/*",
|
|
|
|
]
|
2019-09-02 00:23:29 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-05 02:29:51 +00:00
|
|
|
structopt = "0.3"
|
2019-09-06 15:50:22 +00:00
|
|
|
regex = "1"
|
2020-03-15 20:30:59 +00:00
|
|
|
lazy_static = "1"
|
2020-06-18 00:50:49 +00:00
|
|
|
backslash = "0"
|