summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5deeb816684964fac60c0e9c827c089b209677b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "choose"
version = "1.2.0"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
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/*",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structopt = "0.3"
regex = "1"
lazy_static = "1"