For the release v0.8.0, the Cargo.lock file is not in sync with the dependencies in Cargo.toml which makes it hard to package, i suggest maybe creating a new release v0.8.1 which includes the newly updated Cargo.toml?
For example in v0.8.0:
Cargo.toml (clap v4.4.4) - Cargo.lock (clap v4.4.7)
Which are out of sync
Whereas this is resolved in the latest git commit 891b4e9
latest git (clap v4.4.10 in both Cargo.{lock,toml})