# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rs-docker" version = "0.0.60" authors = ["Thiago Areias "] description = "Docker Remote API in Rust" homepage = "https://gitlab.com/kblobr/rust-docker" documentation = "https://ghmlee.github.io/rust-docker/doc/docker" readme = "README.md" keywords = ["docker"] license = "Apache-2.0" repository = "https://gitlab.com/kblobr/rust-docker.git" [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"