dhl 0.1.2

Dependency Hijacking Library
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 = "dhl"
version = "0.1.2"
authors = ["Popog"]
build = "build.rs"
description = "Dependency Hijacking Library"
readme = "README.md"
keywords = ["dependency", "injection", "build"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Popog/dhl"
[dependencies.handlebars]
version = "^0.28"
optional = true

[dependencies.tar]
version = "^0.4"

[dependencies.reqwest]
version = "^0.7"
optional = true

[dependencies.serde]
version = "^1.0"

[dependencies.rustc_version]
version = "^0.2"
optional = true

[dependencies.libflate]
version = "^0.1"

[dependencies.quick-error]
version = "^1.2"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.toml]
version = "^0.4"
[dev-dependencies.dhltest]
version = "1.0.0"

[dev-dependencies.dhltest-dash]
version = "1.0.0"

[dev-dependencies.tempdir]
version = "^0.3"

[dev-dependencies.dhltest_underscore]
version = "1.0.0"

[features]
default = ["rustc_version", "handlebars", "reqwest"]