# 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 = "nanocl" version = "0.15.0" authors = ["nanocl contributors "] description = "The Self-Sufficient Orchestrator CLI" homepage = "https://next-hat.com/nanocl" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/next-hat/nanocl" [[bin]] name = "nanocl" path = "src/main.rs" test = true bench = false [dependencies.async-recursion] version = "1.1" [dependencies.bollard-next] version = "0.16.1" [dependencies.chrono] version = "0.4" features = [ "std", "clock", ] default-features = false [dependencies.clap] version = "4.5" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.1.0" [dependencies.ctrlc] version = "3.4" [dependencies.dialoguer] version = "0.11" [dependencies.dotenvy] version = "0.15" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.liquid] version = "0.26" features = ["stdlib"] [dependencies.nanocl_error] version = "0.4" features = [ "io", "tokio", "http_client", "serde_json", "bollard", "serde_yaml", ] [dependencies.nanocl_utils] version = "0.6" features = ["unix"] [dependencies.nanocld_client] version = "0.15" features = [ "tokio", "openssl", ] [dependencies.nix] version = "0.29" features = ["user"] [dependencies.ntex] version = "2" features = [ "tokio", "openssl", ] [dependencies.openssl] version = "0.10" [dependencies.regex] version = "1.10" [dependencies.ring] version = "0.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tabled] version = "0.15" [dependencies.termios] version = "0.3" [dependencies.tokio] version = "1.36" features = ["fs"] [dependencies.tokio-util] version = "0.7" [dependencies.toml] version = "0.8" [dependencies.url] version = "2.5" [build-dependencies.bollard-next] version = "0.16.1" [build-dependencies.chrono] version = "0.4" features = [ "std", "clock", ] default-features = false [build-dependencies.clap] version = "4.5" features = ["derive"] [build-dependencies.clap_mangen] version = "0.2" [build-dependencies.liquid] version = "0.26" [build-dependencies.nanocl_error] version = "0.4" features = [ "io", "serde_json", ] [build-dependencies.nanocl_utils] version = "0.6" features = ["build_tools"] [build-dependencies.nanocld_client] version = "0.15" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.tabled] version = "0.15" [features] default = [] dev = ["nanocl_utils/dev"] test = [] vendored = ["openssl/vendored"]