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.
docling-pdf
Dependency tokenizers ^0.20 is significantly outdated
Upgrade to the latest version 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 fast_image_resize ^5.1.4 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pdfium-render ^0.8 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement flate2 = ^1
Cargo does not always pick latest versions of dependencies! If
Cargo.lockends 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-versionsflag, 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-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.
docling-serve
Imprecise dependency requirement serde = ^1
Cargo does not always pick latest versions of dependencies! If
Cargo.lockends 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-versionsflag, 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.
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]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 = ["job-queue", "pdf", "convert", "docling", "python"](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.
docling-asr
Imprecise dependency requirement serde_json = ^1
Cargo does not always pick latest versions of dependencies! If
Cargo.lockends 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-versionsflag, used by users of old Rust versions.Dependency symphonia ^0.5 is a bit outdated
Consider upgrading to the latest version to get all the fixes and improvements.
docling-core
Dependency tokenizers ^0.20 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement serde_json = ^1
Cargo does not always pick latest versions of dependencies! If
Cargo.lockends 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-versionsflag, used by users of old Rust versions.Dependency sha2 ^0.10 is a bit outdated
Consider upgrading to the latest version to get all the fixes and improvements.
docling-cli
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/docling-cli ) failed. Please try again later.
docling-rag
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/docling-rag ) failed. Please try again later.
docling
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/docling ) failed. Please try again later.
fleischwolf-cli
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/fleischwolf-cli ). Please try again later.
fleischwolf-asr
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/fleischwolf-asr ). Please try again later.
fleischwolf
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/fleischwolf ). Please try again later.
fleischwolf-core
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/fleischwolf-core ). Please try again later.
fleischwolf-pdf
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/fleischwolf-pdf ). Please try again later.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.