# 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 = "auto-launch" version = "0.5.0" authors = ["zzzgydi"] exclude = ["/test-exe"] description = "Auto launch any application or executable at startup. Supports Windows, macOS, and Linux." readme = "README.md" keywords = [ "launch", "auto-launch", "startup", "login", "login-items", ] license = "MIT" repository = "https://github.com/zzzgydi/auto-launch.git" [dependencies.thiserror] version = "1" [target."cfg(not(target_os = \"windows\"))".dependencies.dirs] version = "4.0" [target."cfg(windows)".dependencies.winreg] version = "0.10"