# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "shellexpand" version = "3.1.0" authors = [ "Vladimir Matveev ", "Ian Jackson ", ] description = "Shell-like expansions in strings" documentation = "http://docs.rs/shellexpand/" readme = "README.md" keywords = [ "strings", "shell", "variables", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/ijackson/rust-shellexpand" [lib] name = "shellexpand" [dependencies.bstr] version = "1.0.0-pre.2" optional = true [dependencies.dirs] version = ">=4, <6" optional = true [dependencies.os_str_bytes] version = ">=5, <7" optional = true [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"]