alien-sdk 3.3.7

Alien SDK for Rust — app bindings for storage, KV, queues, and vaults
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 = "2021"
name = "alien-sdk"
version = "3.3.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Alien SDK for Rust — app bindings for storage, KV, queues, and vaults"
readme = "README.md"
license-file = "LICENSE.md"

[features]
all-platforms = ["alien-bindings/all-platforms"]
aws = ["alien-bindings/aws"]
azure = ["alien-bindings/azure"]
default = ["all-platforms"]
gcp = ["alien-bindings/gcp"]
kubernetes = ["alien-bindings/kubernetes"]
local = ["alien-bindings/local"]
openapi = [
    "alien-bindings/openapi",
    "dep:utoipa",
]
platform-sdk = ["alien-bindings/platform-sdk"]
test = ["alien-bindings/test"]
worker = [
    "dep:alien-worker-protocol",
    "dep:tonic",
    "dep:prost-types",
    "dep:tokio-stream",
]

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

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

[dependencies.alien-bindings]
version = "3.3.7"
default-features = false

[dependencies.alien-core]
version = "3.3.7"

[dependencies.alien-error]
version = "3.3.7"
features = ["anyhow"]

[dependencies.alien-worker-protocol]
version = "3.3.7"
optional = true

[dependencies.async-trait]
version = "0.1.88"

[dependencies.chrono]
version = "0.4.40"
features = ["serde"]

[dependencies.futures]
version = "0.3.31"

[dependencies.prost-types]
version = "0.13"
optional = true

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.48"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
    "sync",
    "macros",
    "rt",
    "time",
]

[dependencies.tokio-stream]
version = "0.1"
optional = true

[dependencies.tonic]
version = "0.13"
optional = true

[dependencies.tracing]
version = "0.1.41"

[dependencies.utoipa]
version = "5.4"
features = [
    "indexmap",
    "chrono",
]
optional = true

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]