[package]
name = "pkgsrc"
description = "Library for interacting with a pkgsrc installation"
version = "0.1.16"
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 = "2021"
[dependencies]
ar = "0.9.0"
flate2 = "1.0.30"
glob = "0.3.1"
regex = "1.10.5"
structopt = "0.3.26"
tar = "0.4.41"
unindent = "0.2.3"