# 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 = "start_gaming" version = "0.1.2" authors = ["HuaGu_Dragon"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Just for fun" homepage = "https://github.com/HuaGu-Dragon/start_gaming" documentation = "https://docs.rs/start_gaming" readme = "README.md" license = "MIT" repository = "https://github.com/HuaGu-Dragon/start_gaming" [lib] name = "start_gaming" path = "src/lib.rs" doctest = true [[bin]] name = "start_gaming" path = "src/main.rs" [dependencies.game_start_macro] version = "0.1.0" [dependencies.winreg] version = "0.7"