# 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 = "docker_client" version = "0.1.0-alpha4" authors = ["Nikolay Muravev "] description = "docker-client library" homepage = "https://github.com/tuplecats/docker-client" documentation = "https://docs.rs/docker_client" license = "MIT" repository = "https://github.com/tuplecats/docker-client" [dependencies.futures] version = "0.3.1" [dependencies.hyper] version = "0.12" [dependencies.hyperlocal] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.41" [dependencies.tokio] version = "0.1.22" [dependencies.tokio-core] version = "0.1.17" [dependencies.unix_socket] version = "0.5.0" [dev-dependencies.doc-comment] version = "0.3.1"