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.
const_struct, linear-predictive-coding, const_struct_derive
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
const_struct
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
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.
oracle-nosql-db-sdk-rust
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["nosql", "sdk", "oracle", "run", "html"]
(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.
linear-predictive-coding
README missing from the repository
We've searched
https://github\.com/oligamiq/linear\-predictive\-coding\.git
and could not find a README file there.Imprecise dependency requirement ndarray = ^0
Cargo does not always pick latest versions of dependencies! Specify the version as
ndarray = "0.16.1"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.Missing keywords
Help users find your crates. Add
keywords = ["linear-predictive-coding", "lpc", "linear", "lpc-rs"]
(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.
chitey
Failed to verify create's content against its repository
Partially verified 5 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.4.0'.
git tag v0.4.0 21fcc78fee2711faa674bd0ad269693ba29022b5; git push origin --tags
Looked for the crate in
chitey/
. Fetchedhttps://github.com/oligamiq/chitey.git
21fcc78fee2711faa674bd0ad269693ba29022b5.Checked on 2024-08-10
This check is experimental.
Dependency urlpattern 0.2 is significantly outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency http 0.2 is outdated
Upgrade to 1.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Dependency hyper 0.14 is outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bytes = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytes = "1.10.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.
linear-predictive-coding, chitey-router, yarrow-rs
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
chitey-router
Failed to verify create's content against its repository
Partially verified 6 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.2.19'.
git tag v0.2.19 4508090006063fe94a5783a08f7e5455157a3a8a; git push origin --tags
Looked for the crate in
chitey-router/
. Fetchedhttps://github.com/oligamiq/chitey.git
4508090006063fe94a5783a08f7e5455157a3a8a.Checked on 2024-08-10
Missing keywords
Help users find your crates. Add
keywords = ["chitey", "chitey-router", "hyperと", "を統合した", "https"]
(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.
chitey-server
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Dependency h3 0.0.2 is significantly outdated
Upgrade to 0.0.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency h3-quinn 0.0.3 is significantly outdated
Upgrade to 0.0.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nix 0.27 is significantly outdated
Upgrade to 0.30.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency urlpattern 0.2 is significantly outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 15 files (includes 2 Cargo-generated).
Looked for the crate in
chitey-server/
. Fetchedhttps://github.com/oligamiq/chitey.git
808a658ad74b8c47e85ed3d96c5cc35bd3701523.Checked on 2024-10-13
Dependency derive_more 0.99 is outdated
Upgrade to 2.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http 0.2 is outdated
Upgrade to 1.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper 0.14 is outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency mpart-async 0.6 is outdated
Consider upgrading to 0.7.0 to get all the fixes and improvements.
Dependency quinn 0.10 is outdated
Upgrade to 0.11.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls 0.21 is outdated
Upgrade to 0.23.27 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-pemfile 1.0 is outdated
Upgrade to 2.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-rustls 0.24 is outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bytes = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytes = "1.10.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["chitey", "chitey-server", "hyperと", "を統合した", "https"]
(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.
nick-name
Dependency objc2 0.5.0 is outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Partially verified 35 files (includes 3 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.1.2'.
git tag v0.1.2 7867222599e326072b97e1042d2d41f604e7cdc6; git push origin --tags
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/oligamiq/nickname.git
7867222599e326072b97e1042d2d41f604e7cdc6.Checked on 2024-08-10
License MIT/Apache-2.0/BSD-3-Clause is not in SPDX syntax
Use
OR
instead of/
.
ranluxpp-rs
Published crate doesn't match its repository
Partially verified 23 files (includes 2 Cargo-generated).
Fetched
https://github.com/oligamiq/ranluxpp-rs.git
c413030e60b24635bc1bd529f485cb1533014fb8.Fetched submodule
ranluxpp-portable
fromhttps://github.com/jirka-h/ranluxpp-portable.git
4b14784b82a5971bdc5c3e92399163e272854de0.Checked on 2024-08-10
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]
to theCargo.toml
.
walrus-simple-interpreter
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["wasm"]
to theCargo.toml
.
oracle-nosql-db-sdk-rust, nick-name, chitey-server
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
cgo_oligami
Failed to verify create's content against its repository
Partially verified 9 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.3.6'.
git tag v0.3.6 18458a50b948a0c6392a74b802d07f7fe24457a1; git push origin --tags
Fetched
https://github.com/nziq53/cgo-rs.git
18458a50b948a0c6392a74b802d07f7fe24457a1.Checked on 2024-08-04
chitey-router, chitey-server, chitey
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
chitey-codegen
Failed to verify create's content against its repository
Partially verified 6 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.4.0'.
git tag v0.4.0 d247880a1b17f553afc7d6fe804067e4d7bc44d6; git push origin --tags
Looked for the crate in
chitey-codegen/
. Fetchedhttps://github.com/oligamiq/chitey.git
d247880a1b17f553afc7d6fe804067e4d7bc44d6.Checked on 2024-08-10
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.101"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.This crate does not bump semver-minor when adding new features, so to be safe you get all the features/APIs/fixes that your crate depends on, require a more specific patch version.
yarrow-rs
Published crate doesn't match its repository
Partially verified 9 files (includes 2 Cargo-generated).
Fetched
https://github.com/oligamiq/yarrow-rs.git
44b07c53a39076795fd0d254e14c66f3b42c2f22.Checked on 2024-07-24
Dependency sysinfo 0.30 is outdated
Upgrade to 0.35.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
const_struct_derive
Dependency convert_case 0.6.0 is a bit outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
Dependency rand 0.8.4 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Optional dependency 'rand' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'rand' may have been unintentional.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.