cloud-detect 3.0.2

Detect a host's cloud service provider
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 = "cloud-detect"
version = "3.0.2"
authors = ["Nikhil Prabhu <nikhilprabhu98@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect a host's cloud service provider"
documentation = "https://docs.rs/cloud-detect"
readme = "README.md"
keywords = [
    "cloud",
    "aws",
    "azure",
    "gcp",
    "hyperscaler",
]
license = "GPL-3.0 OR MIT"
repository = "https://github.com/nikhil-prabhu/cloud-detect"

[package.metadata.docs.rs]
all-features = true

[package.metadata.playground]
features = ["blocking"]

[features]
blocking = [
    "reqwest/blocking",
    "anyhow",
]
default = []

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

[dependencies.anyhow]
version = "1.0.98"
optional = true

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

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

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

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

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

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.anyhow]
version = "1.0.98"

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

[dev-dependencies.tempfile]
version = "3.19.1"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies.wiremock]
version = "0.6.3"