render_cdk 0.0.2

This crate provides a streamlined interface for interacting with Render, a platform that allows you to build, deploy, and scale your apps with ease.
Documentation
[dependencies.anyhow]
version = "1.0.86"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.38"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.futures]
version = "0.3.30"

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

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

[dependencies.serde_json]
version = "1.0.117"

[dependencies.tokio]
features = ["full"]
version = "1.37.0"

[dependencies.url]
version = "2.5.0"

[package]
authors = ["Irfan Ghat"]
categories = ["cdk"]
description = "This crate provides a streamlined interface for interacting with Render, a platform that allows you to build, deploy, and scale your apps with ease."
edition = "2021"
homepage = "https://github.com/lexara-prime-ai/RENDER_CDK"
keywords = ["cloud", "web", "http", "api"]
license = "MIT"
name = "render_cdk"
readme = "README.md"
repository = "https://github.com/lexara-prime-ai/RENDER_CDK"
version = "0.0.2"