# 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 = "land-cli" version = "0.0.4" authors = ["fuxiaohei "] description = "A tiny serverless platform for WebAssembly" homepage = "https://runtime.land" documentation = "https://runtime.land" readme = "README.md" keywords = [ "webassembly", "wasm", "serverless", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/fuxiaohei/runtime.land" [dependencies.anyhow] version = "1.0.71" [dependencies.axum] version = "0.6.18" [dependencies.clap] version = "4.3.2" features = [ "derive", "env", ] [dependencies.futures-util] version = "0.3.28" [dependencies.land-core] version = "0.0.4" [dependencies.land-restful] version = "0.0.4" [dependencies.land-runtime] version = "0.0.4" [dependencies.reqwest] version = "0.11.18" features = [ "stream", "rustls-tls", "blocking", "json", "multipart", ] default-features = false [dependencies.rust-embed] version = "6.7.0" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.which] version = "4.4.0" [build-dependencies.land-runtime] version = "0.0.4"