# 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 = "1.1.0" authors = ["Nikhil Prabhu "] 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" repository = "https://github.com/nikhil-prabhu/cloud-detect" [dependencies.async-trait] version = "0.1.73" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tracing] version = "0.1.40"