summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b34cc201d72b217235951dd3147ba52c34a9de5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "choose"
version = "1.3.1"
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"
backslash = "0"