# 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 = "apollo-environment-detector" version = "0.1.0" authors = ["Apollo Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for detecting different compute environments" readme = "README.md" license = "MIT OR Elastic-2.0" repository = "https://github.com/apollographql/environment-detector" [lib] name = "apollo_environment_detector" path = "src/lib.rs" [dev-dependencies.rstest] version = "0.23.0" [target.'cfg(target_os = "windows")'.dependencies.serde] version = "1.0.210" features = ["derive"] [target.'cfg(target_os = "windows")'.dependencies.wmi] version = "0.14.0" [target."cfg(unix)".dependencies.libc] version = "0.2.159"