# 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] name = "docktape" version = "0.3.7" authors = ["spicheaubin "] description = "Wrapping the Docker API" homepage = "https://github.com/wayk/docktape-rs" documentation = "https://docs.rs/docktape" keywords = ["Docker", "unix", "api", "tcp", "socket"] license = "MIT" repository = "https://github.com/wayk/docktape-rs" [[test]] name = "server" path = "tests/docker.rs" [dependencies.futures] version = "0.1.21" [dependencies.hyper] version = "0.11" [dependencies.log] version = "0.4.1" [dependencies.percent-encoding] version = "1.0.1" [dependencies.serde_json] version = "1.0.19" [dependencies.tokio-core] version = "0.1" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-service] version = "0.1" [dependencies.tokio-uds] version = "0.1" [dependencies.url] version = "1.7" [target."cfg(not(windows))".dependencies.hyperlocal] version = "0.4"