# 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 = "rs-docker-api" version = "0.0.63" authors = ["Jan Peters"] exclude = [".idea"] description = "Docker Remote API in Rust" homepage = "https://github.com/ianhpete/rust-docker-api" documentation = "https://ghmlee.github.io/rust-docker/doc/docker" readme = "README.md" keywords = ["docker"] license = "Apache-2.0" repository = "https://github.com/ianhpete/rust-docker-api.git" resolver = "2" [dependencies.futures] version = "0.3.15" [dependencies.hyper] version = "0.14.9" [dependencies.hyperlocal] version = "0.8.0" [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.7.0"