stackless-cloud 0.2.1

Shared cloud substrate helpers for stackless
Documentation
# 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 = "2024"
name = "stackless-cloud"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared cloud substrate helpers for stackless"
readme = false
license = "MIT"
repository = "https://github.com/snowmead/stackless"

[lib]
name = "stackless_cloud"
path = "src/lib.rs"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "charset",
    "http2",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.stackless-core]
version = "0.2.1"

[dependencies.stackless-git]
version = "0.2.1"

[dependencies.stackless-stripe-projects]
version = "0.2.1"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "time",
    "macros",
]

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.wiremock]
version = "0.6.5"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"