wami-core 0.18.0

Core primitives for wami: ARNs, contexts, errors and shared types
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"
rust-version = "1.90.0"
name = "wami-core"
version = "0.18.0"
authors = ["LSH <github@lsh.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core primitives for wami: ARNs, contexts, errors and shared types"
homepage = "https://github.com/Lsh0x/wami"
documentation = "https://docs.rs/wami-core"
readme = "README.md"
keywords = [
    "iam",
    "identity",
    "arn",
    "multicloud",
]
categories = [
    "api-bindings",
    "authentication",
]
license = "MIT"
repository = "https://github.com/Lsh0x/wami"

[features]
all-providers = [
    "aws",
    "gcp",
    "azure",
    "scaleway",
]
aws = []
azure = []
default = []
gcp = []
scaleway = []

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"