# 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 = "2021" name = "docker-pyo3" version = "0.1.4" description = "Python bindings to the docker-api-rs crate" homepage = "https://github.com/dylanbstorey/docker-pyo3" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/dylanbstorey/docker-pyo3" [lib] name = "docker_pyo3" crate-type = [ "cdylib", "rlib", ] [dependencies.chrono] version = "0.4" [dependencies.docker-api] version = "0.12.2" features = ["swarm"] [dependencies.futures-util] version = "0.3.26" [dependencies.pyo3] version = "^0.18" features = ["chrono"] [dependencies.pythonize] version = "0.18.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tar] version = "0.4.35" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [build-dependencies.pyo3-build-config] version = "^0.18"