# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "whoami" version = "1.4.1" include = ["LICENSE_APACHE", "LICENSE_BOOST", "LICENSE_MIT", "README.md", "src/*"] description = "Retrieve the current user and environment." homepage = "https://github.com/ardaku/whoami/blob/stable/CHANGELOG.md" documentation = "https://docs.rs/whoami" readme = "README.md" keywords = ["user", "username", "whoami", "platform", "detect"] categories = ["os", "wasm", "internationalization", "localization", "value-formatting"] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/ardaku/whoami" [features] default = ["web"] web = ["web-sys", "wasm-bindgen"] [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\"), not(target_os = \"daku\")))".dependencies.wasm-bindgen] version = "0.2" optional = true [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\"), not(target_os = \"daku\")))".dependencies.web-sys] version = "0.3" features = ["Navigator", "Document", "Window", "Location"] optional = true