stager 0.3.2

Stage files for packaging.
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 = "stager"
version = "0.3.2"
authors = ["Ed Page <eopage@gmail.com"]
description = "Stage files for packaging."
homepage = "https://github.com/crate-ci/stager"
documentation = "http://docs.rs/stager/"
readme = "README.md"
keywords = ["cli", "packaging"]
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/crate-ci/stager.git"

[[bin]]
name = "staging"
required-features = ["cli", "de"]
[dependencies.env_logger]
version = "0.5"
optional = true

[dependencies.exitcode]
version = "1.1"
optional = true

[dependencies.failure]
version = "0.1.1"

[dependencies.globwalk]
version = "0.3"

[dependencies.liquid]
version = "0.14"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde_yaml]
version = "0.7"
optional = true

[dependencies.structopt]
version = "0.2"
optional = true

[dependencies.toml]
version = "0.4.0"
optional = true

[features]
cli = ["env_logger", "exitcode", "structopt"]
de = ["serde", "liquid"]
default = ["de"]