# 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-next-buildkit-proto" version = "0.4.0" authors = ["Bollard contributors"] description = "Protobuf definitions to interact with buildkit using Bollard" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/fussybeaver/bollard" [[bin]] name = "gen" required-features = ["build"] [[bin]] name = "fetch" required-features = ["fetch"] [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.tonic] version = "0.11" [dependencies.tonic-build] version = "0.11" optional = true [dependencies.ureq] version = "2.9.6" optional = true [features] build = ["tonic-build"] default = ["fetch"] fetch = ["ureq"]