bollard-stubs 1.42.0-rc.8

Stubs used for the Bollard rust async Docker client API
Documentation
[dependencies.base64]
optional = true
version = "0.13"

[dependencies.bollard-buildkit-proto]
optional = true
version = "=0.1.0"

[dependencies.bytes]
optional = true
version = "1"

[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4"

[dependencies.prost]
optional = true
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_with]
default-features = false
features = ["std"]
version = "2.0"

[dependencies.time]
features = ["formatting", "parsing"]
optional = true
version = "0.3"

[features]
buildkit = ["base64", "bytes", "bollard-buildkit-proto", "prost"]

[package]
authors = ["Bollard contributors"]
description = "Stubs used for the Bollard rust async Docker client API"
edition = "2021"
license = "Apache-2.0"
name = "bollard-stubs"
readme = "README.md"
version = "1.42.0-rc.8"