14 releases (9 breaking)

0.10.0 Mar 31, 2023
0.8.0 Dec 2, 2022
0.7.0 Sep 27, 2022
0.4.0 Jul 27, 2022
0.1.1 Dec 21, 2021

#17 in #containers

Download history 309/week @ 2024-10-14 315/week @ 2024-10-21 260/week @ 2024-10-28 266/week @ 2024-11-04 249/week @ 2024-11-11 179/week @ 2024-11-18 199/week @ 2024-11-25 193/week @ 2024-12-02 120/week @ 2024-12-09 85/week @ 2024-12-16 63/week @ 2024-12-23 68/week @ 2024-12-30 131/week @ 2025-01-06 152/week @ 2025-01-13 103/week @ 2025-01-20 64/week @ 2025-01-27

463 downloads per month
Used in 2 crates

MIT license

630KB
9K SLoC

podman-api

GitHub Actions MIT licensed Released API docs

Rust interface to Podman

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

Usage

Add the following to your Cargo.toml file

[dependencies]
podman-api = "0.10"

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.10", default-features = false }

Examples

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

License

MIT

Dependencies

~10–24MB
~354K SLoC