cbilling 0.1.0

Multi-cloud billing SDK for Rust — query billing data from AWS, GCP, Aliyun, Tencent Cloud, Volcengine, UCloud, Cloudflare
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.85"
name = "cbilling"
version = "0.1.0"
build = false
exclude = [
    "crates/",
    ".github/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-cloud billing SDK for Rust — query billing data from AWS, GCP, Aliyun, Tencent Cloud, Volcengine, UCloud, Cloudflare"
homepage = "https://github.com/Liberxue/cbilling"
documentation = "https://docs.rs/cbilling"
readme = "README.md"
keywords = [
    "cloud",
    "billing",
    "aws",
    "gcp",
    "multi-cloud",
]
categories = [
    "api-bindings",
    "finance",
]
license = "Apache-2.0"
repository = "https://github.com/Liberxue/cbilling"

[features]
aliyun = []
all-providers = [
    "aliyun",
    "tencentcloud",
    "aws",
    "volcengine",
    "ucloud",
    "gcp",
    "cloudflare",
]
aws = [
    "dep:aws-config",
    "dep:aws-sdk-costexplorer",
]
azure = []
cloudflare = []
default = [
    "aliyun",
    "tencentcloud",
    "aws",
    "volcengine",
    "ucloud",
    "gcp",
    "cloudflare",
]
gcp = [
    "dep:rsa",
    "dep:pkcs8",
]
tencentcloud = []
ucloud = []
volcengine = []

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

[dependencies.aws-config]
version = "1.6"
optional = true

[dependencies.aws-sdk-costexplorer]
version = "1.67"
optional = true

[dependencies.base64]
version = "0.22"

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

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.md5]
version = "0.7"

[dependencies.pkcs8]
version = "0.10"
features = ["pem"]
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rsa]
version = "0.9"
features = ["sha2"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.mockito]
version = "1.0"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]