# 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 = "NumGuessRust" version = "0.1.17" authors = ["gandli "] description = "This is a simple number guessing game program where players have to guess a random number between 1 and 100." homepage = "https://chenxuexin.com/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/gandli/num_guess_rust" [package.metadata.cargo-script] example = "NumGuessRust" install = "cargo install NumGuessRust" [package.metadata.docs.rs] homepage = "https://github.com/gandli/num_guess_rust" repository = "https://github.com/gandli/num_guess_rust" [package.metadata.wix] eula = false license = false path-guid = "EC7523C9-9A3B-4165-AED6-F8A426E42D1C" upgrade-guid = "3FEA7E4B-528E-4761-B2DB-0AAEBD2BD52B" [profile.dist] lto = "thin" inherits = "release" [dependencies.rand] version = "0.9.0-alpha.0"