# 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 = "bollard-buildkit-proto" version = "0.5.0" authors = ["Bollard contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Protobuf definitions to interact with buildkit using Bollard" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/fussybeaver/bollard" [lib] name = "bollard_buildkit_proto" path = "src/lib.rs" [[bin]] name = "fetch" path = "src/bin/fetch.rs" required-features = ["fetch"] [[bin]] name = "gen" path = "src/bin/gen.rs" required-features = ["build"] [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.tonic] version = "0.12" [dependencies.tonic-build] version = "0.12" optional = true [dependencies.ureq] version = "2.9.7" features = ["tls"] optional = true default-features = false [features] build = ["tonic-build"] default = ["fetch"] fetch = ["ureq"]