# 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 = "aad-join-info" version = "0.1.2" authors = ["Jonathan Merriweather "] description = """ This rust crate enables someone to get the Azure Active Directory join information for a Windows computer. """ homepage = "https://github.com/jmerriweather/aad-join-info" documentation = "https://docs.rs/aad-join-info/0.1.2" readme = "README.md" keywords = [ "aad", "azure", "active", "directory", "windows", ] categories = [ "system", "windows", "azure", "active directory", "azure active directory", ] license = "MIT" repository = "https://github.com/jmerriweather/aad-join-info" [lib] name = "aad_join_info" path = "src/lib.rs" [[bin]] name = "aad-join-info" path = "src/main.rs" [dependencies] [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.48.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_Security_Authentication_Identity", "Win32_Security_Authorization", "Win32_System_Memory", "Win32_System_SystemInformation", "Win32_NetworkManagement_NetManagement", "Win32_Security_Cryptography", ]