# 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 = "2018" name = "dockerapi" version = "0.1.6" authors = ["Md Sulaiman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A synchronous low-level Docker API Rust library" readme = "README.md" keywords = [ "docker", "curl", ] categories = ["api-bindings"] license = "BSD-3-Clause" repository = "https://github.com/khulnasoft/dockerapi" [lib] name = "dockerapi" path = "src/lib.rs" [dependencies.curl] version = "0.4.33" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.18.0" [dependencies.strum_macros] version = "0.18.0" [dependencies.tar] version = "0.4.28" [dependencies.thiserror] version = "1.0.19"