[package]
edition = "2021"
name = "fastcount"
version = "2.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "an incredibly fast, incredibly useless counter"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/CallMeAlphabet/fastcount"
[[bin]]
name = "fastcount"
path = "src/main.rs"
[dependencies.clihelp]
version = "0.1"
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true