[package] name = "bollard-next-stubs" version = "1.45.1-rc.26.0.1" authors = [ "Bollard contributors" ] description = "Stubs used for the Bollard rust async Docker client API" license = "Apache-2.0" edition = "2021" [features] buildkit = ["base64", "bytes", "bollard-buildkit-proto", "prost"] utoipa = ["dep:utoipa"] schemars = ["dep:schemars"] [dependencies] base64 = { version = "0.22", optional = true } bollard-buildkit-proto = { path = "../proto", version = "=0.4.0", optional = true } bytes = { version = "1", optional = true } chrono = { version = "0.4", default-features = false, features = ["std", "clock", "serde"], optional = true } serde = { version = "1.0", features = ["derive"] } prost = { version = "0.13", optional = true } time = { version = "0.3", features = ["formatting", "parsing"], optional = true } utoipa = { version = "5", features = ["preserve_order"], optional = true } schemars = { version = "0.8", optional = true } serde_with = {version = "3.0", default-features = false, features = ["std"]} serde_repr = "0.1"