# 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 = "containers-api-conn" version = "0.2.0" authors = ["Wojciech Kępka "] description = "HTTP/TCP connection related helpers" homepage = "https://github.com/vv9k/containers-api-conn" documentation = "https://docs.rs/containers-api-conn" readme = "README.md" keywords = [ "docker", "podman", ] license = "MIT" repository = "https://github.com/vv9k/containers-api-conn" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.futures-util] version = "0.3" features = ["io"] [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "tcp", "stream", ] [dependencies.hyper-openssl] version = "0.9" optional = true [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.openssl] version = "0.10" optional = true [dependencies.pin-project] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" [dependencies.url] version = "2.1" [features] default = [] tls = [ "openssl", "hyper-openssl", ] vendored-ssl = [ "tls", "openssl/vendored", ] [target."cfg(unix)".dependencies.hyperlocal] version = "0.8"