#podman-api #podman #swagger #stub #model

podman-api-stubs

Generated libpod swagger stubs for use in podman-api

12 releases (breaking)

0.11.0 Jun 10, 2023
0.10.0 Mar 31, 2023
0.9.0 Mar 2, 2023
0.8.0 Dec 2, 2022
0.1.0 Dec 21, 2021

#3 in #podman-api

Download history 3559/week @ 2026-01-03 1365/week @ 2026-01-10 1838/week @ 2026-01-17 1727/week @ 2026-01-24 2392/week @ 2026-01-31 1680/week @ 2026-02-07 2160/week @ 2026-02-14 1690/week @ 2026-02-21 1968/week @ 2026-02-28 2218/week @ 2026-03-07 2040/week @ 2026-03-14 1285/week @ 2026-03-21 1411/week @ 2026-03-28 1396/week @ 2026-04-04 1894/week @ 2026-04-11 1985/week @ 2026-04-18

6,919 downloads per month
Used in 3 crates (via podman-api)

MIT license

375KB
4.5K SLoC

podman-api

GitHub Actions MIT licensed Released API docs

Rust interface to Podman

Latest version of this crate targets libpod API version: v4.5.1
Master branch targets libpod API version: v4.5.1

Usage

Add the following to your Cargo.toml file

[dependencies]
podman-api = "0.11"

SSL Connection

To enable HTTPS connection to podman add a tls flag to Cargo.toml.

Default features

By default, only chrono feature is enabled. To disable it use:

podman-api = { version = "0.11", default-features = false }

Examples

Examples for most API endpoints can be found in the library documentation.

License

MIT

Dependencies

~1.3–2.5MB
~46K SLoC