Rust interface to Podman (libpod).
Last updated Jun 26, 2026
91
Stars
18
Forks
14
Issues
0
Stars/day
Attention Score
35
Language breakdown
Rust 99.8%
Shell 0.1%
Makefile 0.1%
โธ Files
click to expand
README
podman-api
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๐ More in this category