# 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-server" 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.land-core] version = "0.0.4" [dependencies.land-restful] version = "0.0.4" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.toml] version = "0.7.4" [dependencies.tracing] version = "0.1.37" [build-dependencies.land-runtime] version = "0.0.4"