command-macros 0.2.7

Macros for creating std::process::Command with shell-like syntax
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "command-macros"
version = "0.2.7"
authors = ["MichaƂ Krasnoborski <mkrdln@gmail.com>"]
description = "Macros for creating std::process::Command with shell-like syntax"
readme = "README.md"
keywords = ["command", "macro", "shell", "process", "dsl"]
license = "MIT"
repository = "https://github.com/krdln/command-macros"
[package.metadata.docs.rs]
features = ["dox"]
[dependencies.command-macros-plugin]
version = "0.2.5"
optional = true

[features]
dox = []
nightly = ["command-macros-plugin"]