# 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 = "boondock" version = "0.1.0-alpha.1" authors = ["Graham Lee ", "Toby Lawrence ", "Eric Kidd "] description = "Docker daemon API (a fork of Graham Lee's rust-docker)" homepage = "https://github.com/faradayio/boondock" documentation = "https://docs.rs/boondock" readme = "README.md" keywords = ["docker"] license = "Apache-2.0" repository = "https://github.com/faradayio/boondock" [dependencies.ct-logs] version = "0.6" [dependencies.dirs] version = "2.0.2" [dependencies.error-chain] version = "0.12.2" [dependencies.futures] version = "0.3.4" [dependencies.hyper] version = "0.13.4" [dependencies.hyper-rustls] version = "0.20.0" [dependencies.log] version = "0.4.8" [dependencies.rustls] version = "0.17.0" [dependencies.rustls-native-certs] version = "0.3.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2.16" [dependencies.url] version = "2.1.1" [dependencies.webpki-roots] version = "0.19" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.tokio] version = "0.2.16" features = ["macros"] [target."cfg(unix)".dependencies.hyperlocal] version = "0.7.0" [badges.appveyor] branch = "master" repository = "faradayio/boondock" service = "github" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "faradayio/boondock"