[package]
name = "sheldon"
version = "0.5.2"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "A fast, configurable, shell plugin manager."
documentation = "https://github.com/rossmacarthur/sheldon"
readme = "README.md"
homepage = "https://github.com/rossmacarthur/sheldon"
repository = "https://github.com/rossmacarthur/sheldon"
license = "MIT OR Apache-2.0"
keywords = ["shell", "plugin", "manager", "zsh", "bash"]
categories = ["command-line-utilities"]
build = "build.rs"
[dependencies]
ansi_term = "0.11.0"
anyhow = "1.0.31"
casual = "0.1.1"
fs2 = "0.4.3"
git2 = "0.13.6"
glob = "0.3.0"
handlebars = "3.1.0"
home = "0.5.3"
indexmap = { version = "1.4.0", features = ["serde-1"] }
itertools = "0.9.0"
lazy_static = "1.4.0"
maplit = "1.0.2"
regex = "1.3.9"
reqwest = { version = "0.10.6", features = ["blocking"] }
scoped_threadpool = "0.1.9"
serde = { version = "1.0.111", features = ["derive"] }
structopt = "0.3.14"
toml = { version = "0.5.6", features = ["preserve_order"] }
toml_edit = "0.1.5"
url = { version = "2.1.1", features = ["serde"] }
walkdir = "2.3.1"
which = { version = "4.0.0", default-features = false }
[dev-dependencies]
pest = "2.1.3"
pest_derive = "2.1.0"
pretty_assertions = "0.6.1"
tempfile = "3.1.0"