[package]
name = "pkgsrc"
description = "Library for interacting with a pkgsrc installation"
version = "0.1.14"
authors = ["Jonathan Perkin <jonathan@perkin.org.uk>"]
readme = "README.md"
keywords = ["pkgsrc"]
license = "ISC"
repository = "https://github.com/jperkin/pkgsrc-rs"
homepage = "https://github.com/jperkin/pkgsrc-rs"
documentation = "https://docs.rs/pkgsrc"
edition = "2018"
[dependencies]
ar = "0.7.0"
flate2 = "1.0.11"
glob = "0.3.0"
regex = "1.3"
structopt = "0.3"
tar = "0.4"
unindent = "0.1.3"