# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dlprotoc" version = "0.3.4+28.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Downloads protoc Protocol Buffers compiler for Cargo builds" homepage = "https://github.com/evanj/dlprotoc-rs" readme = "README.md" keywords = [ "protobuf", "serialization", "protoc", "prost", "tonic", ] categories = [ "development-tools::build-utils", "encoding", ] license = "MIT" repository = "https://github.com/evanj/dlprotoc-rs" [lib] name = "dlprotoc" path = "src/lib.rs" [[bin]] name = "protochashes" path = "src/bin/protochashes/main.rs" [dependencies.hex-literal] version = "0" [dependencies.reqwest] version = "0" features = [ "http2", "default-tls", "blocking", ] default-features = false [dependencies.sha2] version = "0" default-features = false [dependencies.zip] version = "2" features = ["deflate"] default-features = false [dev-dependencies.prost-build] version = "0" default-features = false [dev-dependencies.tempfile] version = "3" [lints.clippy] cargo = "deny" nursery = "deny" pedantic = "deny" style = "deny" [lints.clippy.multiple-crate-versions] level = "allow" priority = 1 [lints.clippy.option-if-let-else] level = "allow" priority = 1