# 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-stubs" version = "1.45.1-rc.26.0.1" authors = ["Bollard contributors"] description = "Stubs used for the Bollard rust async Docker client API" readme = "README.md" license = "Apache-2.0" [dependencies.base64] version = "0.22" optional = true [dependencies.bollard-buildkit-proto] version = "=0.4.0" optional = true [dependencies.bytes] version = "1" optional = true [dependencies.chrono] version = "0.4" features = [ "std", "clock", "serde", ] optional = true default-features = false [dependencies.prost] version = "0.13" optional = true [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "3.0" features = ["std"] default-features = false [dependencies.time] version = "0.3" features = [ "formatting", "parsing", ] optional = true [dependencies.utoipa] version = "5" features = ["preserve_order"] optional = true [features] buildkit = [ "base64", "bytes", "bollard-buildkit-proto", "prost", ] schemars = ["dep:schemars"] utoipa = ["dep:utoipa"]