propel-cloud 0.4.1

GCP Cloud Run and Cloud Build operations for Propel
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 = "propel-cloud"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GCP Cloud Run and Cloud Build operations for Propel"
homepage = "https://github.com/ynishi/propel"
readme = "README.md"
keywords = [
    "deploy",
    "cloud-run",
    "gcp",
    "cloud-build",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/propel"
resolver = "2"

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

[[test]]
name = "client_test"
path = "tests/client_test.rs"

[dependencies.propel-core]
version = "0.4.1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.mockall]
version = "0.13"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]