# 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 = "wolfram-app-discovery" version = "0.4.8" exclude = [".vscode/*"] description = "Find local installations of the Wolfram Language" readme = "README.md" keywords = [ "wolfram", "wolfram-language", "discovery", "mathematica", "wolfram-engine", ] categories = [ "command-line-utilities", "development-tools", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WolframResearch/wolfram-app-discovery-rs" [[bin]] name = "wolfram-app-discovery" required-features = ["cli"] [dependencies.clap] version = "4.0.29" features = ["derive"] optional = true [dependencies.clap-markdown] version = "0.1.3" optional = true [dependencies.log] version = "0.4.17" [features] cli = [ "clap", "clap-markdown", ] default = [] [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.2" [target."cfg(target_os = \"windows\")".dependencies.once_cell] version = "1.9.0" [target."cfg(target_os = \"windows\")".dependencies.regex] version = "1.5.4" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.32.0" features = [ "alloc", "Win32_Foundation", "Win32_System_Registry", "Win32_System_Threading", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Diagnostics_Debug", "Win32_Storage_FileSystem", "Win32_Storage_Packaging_Appx", ]