proxyconf 0.1.0

Windows proxy configuration from the command line.
# 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 = "proxyconf"
version = "0.1.0"
authors = ["Julien Roncaglia <julien@roncaglia.fr>"]
description = "Windows proxy configuration from the command line.\n"
homepage = "https://github.com/vbfox/proxyconf"
readme = "README.md"
keywords = ["windows", "docker", "proxy", "config", "cli"]
license = "MIT"
repository = "https://github.com/vbfox/proxyconf"
[profile.release]
opt-level = "z"
lto = true
panic = "abort"

[lib]
name = "proxyconf"
path = "src/proxyconf/lib.rs"

[[bin]]
name = "proxyconf"
test = false
doc = false
[dependencies.byteorder]
version = "1.2"

[dependencies.clap]
version = "2.30"

[dependencies.error-chain]
version = "0.11"

[dependencies.winreg]
version = "0.5"