# 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 = "podman-rest-client" version = "0.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interface for querying the podman REST API. Supports connections over SSH." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/blazzy/podman-rest-client" [package.metadata.docs.rs] all-features = true [lib] name = "podman_rest_client" path = "src/lib.rs" [[test]] name = "v4" path = "tests/v4.rs" [[test]] name = "v4_common" path = "tests/v4_common.rs" [[test]] name = "v5" path = "tests/v5.rs" [[test]] name = "v5_common" path = "tests/v5_common.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.bytes] version = "1.7.1" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "^1.3.1" features = ["full"] [dependencies.hyper-util] version = "0.1.5" features = [ "client-legacy", "http1", ] [dependencies.nix] version = "0.29.0" features = ["user"] [dependencies.russh] version = "0.43.0" optional = true [dependencies.russh-keys] version = "0.43.0" optional = true [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.serde_path_to_error] version = "0.1.16" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.38.0" features = ["process"] [dependencies.tower-service] version = "0.3.2" [dependencies.url] version = "2.5.2" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.tar] version = "0.4.41" [dev-dependencies.tokio] version = "1.38.0" features = [ "process", "macros", "fs", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] default = [ "v5", "uds", "ssh", ] ssh = [ "dep:russh", "dep:russh-keys", ] uds = [] v4 = [] v5 = []