# 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] edition = "2018" name = "proxyconf" version = "0.2.1" authors = ["Julien Roncaglia "] description = "Windows proxy configuration from the command line.\n" homepage = "https://github.com/vbfox/proxyconf" readme = "README.md" keywords = ["windows", "docker", "proxy", "config", "cli"] categories = ["command-line-utilities", "os::windows-apis"] license = "MIT" repository = "https://github.com/vbfox/proxyconf" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "proxyconf" path = "src/proxyconf/lib.rs" [[bin]] name = "proxyconf" test = false doc = false [dependencies.byteorder] version = "1.3.1" [dependencies.clap] version = "2.33.0" [dependencies.failure] version = "0.1.5" [dependencies.winreg] version = "0.6.0"