alien-sdk 1.3.5

Alien SDK for Rust — cloud-agnostic bindings for storage, KV, queues, vault, and more
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 = "1.3.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Alien SDK for Rust — cloud-agnostic bindings for storage, KV, queues, vault, and more"
readme = "README.md"
license-file = "LICENSE.md"

[features]
all-platforms = ["alien-bindings/all-platforms"]
aws = ["alien-bindings/aws"]
azure = ["alien-bindings/azure"]
default = [
    "grpc",
    "all-platforms",
]
gcp = ["alien-bindings/gcp"]
grpc = ["alien-bindings/grpc"]
kubernetes = ["alien-bindings/kubernetes"]
local = ["alien-bindings/local"]
openapi = ["alien-bindings/openapi"]
platform-sdk = ["alien-bindings/platform-sdk"]
test = ["alien-bindings/test"]

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

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