# 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 = "nanocld_client" version = "0.16.2" authors = ["nanocl contributors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Nanocl daemon api client" homepage = "https://next-hat.com/nanocl" readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/next-hat/nanocl" [lib] name = "nanocld_client" path = "src/lib.rs" bench = false [dependencies.bollard-next] version = "0.18.1" [dependencies.futures] version = "0.3" [dependencies.nanocl_error] version = "0.5" features = [ "io", "http_client", ] [dependencies.nanocl_stubs] version = "0.16" features = ["serde"] [dependencies.ntex] version = "2" [dependencies.openssl] version = "0.10" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.39" features = ["fs"] [dev-dependencies.tokio-util] version = "0.7" [features] async-std = ["ntex/async-std"] default = ["tokio"] glommio = ["ntex/glommio"] openssl = ["dep:openssl"] tokio = ["ntex/tokio"] utoipa = ["nanocl_stubs/utoipa"]