None of the directories builder, common, compression, extractor, format, fsverity_helpers, oci and reader are included.
The project builds successfully with cargo build.
I see you have additional Cargo.toml files in there. I don't think that'll work as-is. Think about whether you want those published separately to crates.io. It's probably better to rewrite those as simple sub-modules instead.
Regardless of whether `exclude` or `include` is specified, the following files are always excluded:
* Any sub-packages will be skipped (any subdirectory that contains a `Cargo.toml` file).
* A directory named `target` in the root of the package will be skipped.