# 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-stubs" version = "1.47.1-rc.27.3.1" authors = ["Bollard contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stubs used for the Bollard rust async Docker client API" readme = "README.md" license = "Apache-2.0" [lib] name = "bollard_stubs" path = "src/lib.rs" [dependencies.base64] version = "0.22" optional = true [dependencies.bollard-buildkit-proto] version = "=0.5.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.serde] version = "1.0" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "3" features = ["std"] default-features = false [dependencies.time] version = "0.3" features = [ "formatting", "parsing", ] optional = true [features] buildkit = [ "base64", "bytes", "bollard-buildkit-proto", "prost", ]