shellexpand 3.1.0

Shell-like expansions in strings
Documentation
[dependencies.bstr]
optional = true
version = "1.0.0-pre.2"

[dependencies.dirs]
optional = true
version = ">=4, <6"

[dependencies.os_str_bytes]
optional = true
version = ">=5, <7"

[features]
base-0 = []
default = ["base-0", "tilde"]
full = ["full-msrv-1-51"]
full-msrv-1-31 = ["base-0", "tilde"]
full-msrv-1-51 = ["full-msrv-1-31", "path"]
path = ["bstr", "os_str_bytes"]
tilde = ["dirs"]

[lib]
name = "shellexpand"

[package]
authors = ["Vladimir Matveev <vmatveev@citrine.cc>", "Ian Jackson <iwj@torproject.org>"]
description = "Shell-like expansions in strings"
documentation = "http://docs.rs/shellexpand/"
edition = "2018"
keywords = ["strings", "shell", "variables"]
license = "MIT/Apache-2.0"
name = "shellexpand"
readme = "README.md"
repository = "https://gitlab.com/ijackson/rust-shellexpand"
version = "3.1.0"