Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
fksainetwork
Failed to verify create's content against its repository
Verified 2 out of 19 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- warning: There is no matching git tag containing version '0.2.0'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
num_high_low_test.ai
not found..gitignore
not found.README.md
does not match the repository.Cargo.toml.orig
does not match the repository.src/
lib.rs
does not match the repository.loss.rs
not found.activation.rs
does not match the repository.pooling.rs
not found.neuron.rs
does not match the repository.initialization.rs
not found.tests.rs
does not match the repository.util.rs
does not match the repository.
src/tests/
image_recognition_test.rs
not found.num_high_low_test.rs
does not match the repository.dog_cat_face_test.rs
not found.alpha_3x5_test.rs
does not match the repository.shape_recognition_test.rs
not found.
Fetched
https://github.com/felix1g/fksainetwork.git
a1e5ec0621bfb8e038fa0033a37c066d0b8a0576.Checked on 2024-08-04
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
Missing keywords
Help users find your crates. Add
keywords = ["layer", "fksainetwork", "neuron", "networking", "save"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.