smbcloud-network 0.3.24

Command line tool for deploying NextJS app on the smbCloud platform.
Documentation
[dependencies.clap]
features = ["derive", "env"]
version = "4.1.6"

[dependencies.log]
version = "0.4.14"

[dependencies.reqwest]
features = ["json"]
version = "0.12.18"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1.0.82"

[dependencies.smbcloud-model]
version = "0.3"

[dependencies.wasm-bindgen]
version = "0.2"

[lib]
crate-type = ["cdylib", "rlib"]
name = "smbcloud_network"
path = "src/lib.rs"

[package]
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "command-line-interface", "cryptography::cryptocurrencies", "development-tools", "wasm"]
description = "Command line tool for deploying NextJS app on the smbCloud platform."
documentation = "https://docs.smbcloud.xyz/cli"
edition = "2024"
keywords = ["cli", "cloud", "web2", "web3", "smbcloud"]
license = "Apache-2.0"
name = "smbcloud-network"
readme = "README.md"
repository = "https://github.com/smbcloudXYZ/smbcloud-cli"
resolver = "2"
version = "0.3.24"