command-macros 0.1.11

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.1.11"
authors = ["MichaƂ Krasnoborski <mkrdln@gmail.com>"]
build = "build.rs"
description = "Macros for creating std::process::Command with shell-like syntax"
homepage = "https://github.com/krdln/command-macros"
documentation = "http://krdln.github.io/command-macros/command_macros/index.html"
readme = "README.md"
keywords = ["command", "macro", "shell", "process", "dsl"]
license = "MIT"
repository = "https://github.com/krdln/command-macros"

[lib]
crate-type = ["dylib", "lib"]
[build-dependencies.rustc_version]
version = "0.1"

[features]
nightly = []