15 releases (breaking)

Uses new Rust 2024

0.11.0 Feb 13, 2026
0.10.0 Mar 31, 2023
0.9.0 Mar 2, 2023
0.8.0 Dec 2, 2022
0.1.1 Dec 21, 2021

#221 in Unix APIs

Download history 125/week @ 2025-12-25 1602/week @ 2026-01-01 1800/week @ 2026-01-08 523/week @ 2026-01-15 559/week @ 2026-01-22 714/week @ 2026-01-29 624/week @ 2026-02-05 736/week @ 2026-02-12 1859/week @ 2026-02-19 1877/week @ 2026-02-26 1796/week @ 2026-03-05 2402/week @ 2026-03-12 1331/week @ 2026-03-19 1420/week @ 2026-03-26 1205/week @ 2026-04-02 1562/week @ 2026-04-09

5,902 downloads per month
Used in 2 crates

MIT license

635KB
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.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

~13–30MB
~351K SLoC