# 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 = "protoc-prebuilt" version = "0.3.0" authors = ["Sergei Ivankov "] exclude = ["changelog.md"] description = "Protobuf compiler protoc pre-built binaries installer" readme = "README.md" keywords = [ "protobuf", "protoc", ] categories = [ "api-bindings", "development-tools::build-utils", "parsing", ] license = "MIT" repository = "https://github.com/sergeiivankov/protoc-prebuilt" [dependencies.ureq] version = "2.9" features = ["tls"] default-features = false [dependencies.zip] version = "0.6" features = ["deflate"] default-features = false [dev-dependencies.prost-build] version = "0.12" default-features = true [dev-dependencies.protobuf-codegen] version = "3.2"