# 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-restful" version = "0.0.4" authors = ["fuxiaohei "] description = "Database migration for Runtime Land" documentation = "https://runtime.land" keywords = [ "webassembly", "wasm", "serverless", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/fuxiaohei/runtime.land" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.68" [dependencies.axum] version = "0.6.18" [dependencies.gravatar] version = "0.2.0" [dependencies.land-core] version = "0.0.4" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" features = [ "stream", "rustls-tls", "blocking", "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tower-http] version = "0.4.1" features = ["cors"] [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.4.0" [dependencies.validator] version = "0.16.0" features = ["derive"]