[package]
name = "NumGuessRust"
version = "0.1.17"
edition = "2021"
authors = ["gandli <gandli@qq.com>"]
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"
[dependencies]
rand = "0.9.0-alpha.0"
[profile.dist]
inherits = "release"
lto = "thin"
[workspace.metadata.dist]
cargo-dist-version = "0.11.1"
installers = ["shell", "powershell", "npm", "homebrew", "msi"]
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-pc-windows-msvc",
]
ci = ["github"]
pr-run-mode = "upload"
tap = "gandli/num_guess_rust"
windows-archive = ".tar.gz"
unix-archive = ".tar.gz"
publish-jobs = ["homebrew"]
[package.metadata.docs.rs]
homepage = "https://github.com/gandli/num_guess_rust"
repository = "https://github.com/gandli/num_guess_rust"
[package.metadata.'cargo-script']
install = "cargo install NumGuessRust"
example = "NumGuessRust"
[package.metadata.wix]
upgrade-guid = "3FEA7E4B-528E-4761-B2DB-0AAEBD2BD52B"
path-guid = "EC7523C9-9A3B-4165-AED6-F8A426E42D1C"
license = false
eula = false