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.
ultralight-build
Failed to verify create's content against its repository
Verified 1 out of 6 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: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.1.5'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.src/
download.rs
not found.lib.rs
not found.utils.rs
not found.validate.rs
not found.
Fetched
https://github.com/brunostjohn/ultralight.git
50b3bab7d5e0afad24c7c511cbed8fc2ca5fb3f3.Checked on 2024-08-05
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
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.
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.README missing from the repository
We've searched
https://github\.com/brunostjohn/ultralight\.git
and could not find a README file there.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.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 reqwest 0.11.22 is outdated
Upgrade to 0.12.15 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 sevenz-rust 0.5.3 is outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["ultralight", "ultralight-build", "build"]
(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.
ultralight-rs
Failed to verify create's content against its repository
Verified 0 out of 55 files (includes 0 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: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.1.4'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Manifest properties don't match: package.build: crates.io=build.rs, orig=<unset>.
Files in the crates.io crate compared to the repository:
build.rs
not found.Cargo.toml.orig
does not match the repository.shaders/path/
fill_path.hlsl
not found.fill.hlsl
not found.
shaders/vertex/
v2f_c4f_t2f_d28f.hlsl
not found.v2f_c4f_t2f.hlsl
not found.
src/
string.rs
not found.lib.rs
not found.
src/js/
internal_string.rs
not found.context.rs
not found.mod.rs
not found.function.rs
not found.object.rs
not found.value.rs
not found.types.rs
not found.
src/platform/
tests.rs
not found.logger.rs
not found.mod.rs
not found.
src/platform/gpu/
receiver.rs
not found.mod.rs
not found.driver_trait.rs
not found.shaders.rs
not found.
src/renderer/
mod.rs
not found.builder.rs
not found.impl.rs
not found.tests.rs
not found.
src/types/
face_winding.rs
not found.font_hinting.rs
not found.error.rs
not found.mod.rs
not found.log_level.rs
not found.
src/types/bitmap/
impl.rs
not found.format.rs
not found.pixels.rs
not found.mod.rs
not found.
src/types/gpu/
vertex_buffer.rs
not found.texture.rs
not found.worker_command.rs
not found.rect.rs
not found.render_buffer.rs
not found.ul_arr_macro.rs
not found.mod.rs
not found.shader_type.rs
not found.index_buffer.rs
not found.gpu_state.rs
not found.gpu_command.rs
not found.
src/types/surface/
mod.rs
not found.impl.rs
not found.
src/view/
impl.rs
not found.tests.rs
not found.mod.rs
not found.load_future.rs
not found.guard.rs
not found.builder.rs
not found.
Fetched
https://github.com/brunostjohn/ultralight.git
50b3bab7d5e0afad24c7c511cbed8fc2ca5fb3f3.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
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.README missing from the repository
We've searched
https://github\.com/brunostjohn/ultralight\.git
and could not find a README file there.Dependency wgpu 0.18.0 is significantly outdated
Upgrade to 25.0.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.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.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.
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.Dependency libffi 3.2.0 is a bit outdated
Consider upgrading to 4.0.0 to get all the fixes and improvements.
Dependency thiserror 1.0.50 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency wgpu-async 0.18.0 is slightly outdated
Consider upgrading to 24.0.3 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["ultralight", "ultralight-rs", "filesystem"]
(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.
ultralight-sys
Failed to verify create's content against its repository
Verified 1 out of 79 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: The crates.io package has no information about its path inside its repository.
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- warning: Could not discover crate's location in its repository (via tags).
- warning: There is no matching git tag containing version '0.1.8'.
- 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:
build.rs
does not match the repository.Cargo.toml.orig
does not match the repository.Ultralight-API/
.gitignore
not found..git
not found.README.md
not found.
Ultralight-API/AppCore/
CAPI.h
not found.JSHelpers.h
not found.Window.h
not found.Overlay.h
not found.Defines.h
not found.Platform.h
not found.Monitor.h
not found.App.h
not found.AppCore.h
not found.
Ultralight-API/JavaScriptCore/
JSContextRef.h
not found.JSTypedArray.h
not found.JSObjectRefPrivate.h
not found.JavaScript.h
not found.WebKitAvailability.h
not found.JSRetainPtr.h
not found.JSObjectRef.h
not found.JSValueRef.h
not found.JSBase.h
not found.JSStringRef.h
not found.
Ultralight-API/Ultralight/
KeyCodes.h
not found.MouseEvent.h
not found.String32.h
not found.RenderTarget.h
not found.Buffer.h
not found.Listener.h
not found.RefPtr.h
not found.Session.h
not found.String16.h
not found.String8.h
not found.Defines.h
not found.GamepadEvent.h
not found.Geometry.h
not found.KeyEvent.h
not found.Renderer.h
not found.Ultralight.h
not found.Matrix.h
not found.Bitmap.h
not found.ScrollEvent.h
not found.JavaScript.h
not found.
Ultralight-API/Ultralight/CAPI/
CAPI_FileSystem.h
not found.CAPI_String.h
not found.CAPI_GPUDriver.h
not found.CAPI_Buffer.h
not found.CAPI_MouseEvent.h
not found.CAPI_Defines.h
not found.CAPI_Surface.h
not found.CAPI_View.h
not found.CAPI_Platform.h
not found.CAPI_Logger.h
not found.CAPI_Bitmap.h
not found.CAPI_Config.h
not found.CAPI_Clipboard.h
not found.CAPI_KeyEvent.h
not found.CAPI_Renderer.h
not found.CAPI_FontLoader.h
not found.CAPI_Session.h
not found.CAPI_ScrollEvent.h
not found.CAPI_Geometry.h
not found.CAPI_FontFile.h
not found.
Ultralight-API/Ultralight/platform/
FontLoader.h
not found.GPUDriver.h
not found.Platform.h
not found.Config.h
not found.Surface.h
not found.FileSystem.h
not found.Clipboard.h
not found.Logger.h
not found.
RequestHandler.h
exists, but elsewhere in the repo.src/
lib.rs
does not match the repository.wrapper.h
not found.
Looked for the crate in
crates/ultralight-sys/
. Fetchedhttps://github.com/brunostjohn/zefirs-flashy-cooler.git
fd780d3e4d044c5befd327ead841d72fc316c20e.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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.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.
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "ultralight"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.This is also needed to protect your crate from duplicate older versions of itself. C symbols are global, and duplicate symbols can cause all sorts of breakage.
Dependency bindgen 0.69.1 is outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.22 is outdated
Upgrade to 0.12.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sevenz-rust 0.5.3 is outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["cooler", "ultralight-sys", "ultralight", "tauri", "svelte"]
(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.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.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.
ultralight-errors
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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.README missing from the repository
We've searched
https://github\.com/brunostjohn/ultralight\.git
and could not find a README file there.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.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.
Dependency reqwest 0.11.22 is outdated
Upgrade to 0.12.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sevenz-rust 0.5.3 is outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.63 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["ultralight", "ultralight-errors", "error"]
(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
.