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.
webrtc-util
Dependency bitflags 1.3 is outdated
Upgrade to 2.8.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 nix 0.26.2 is outdated
Upgrade to 0.29.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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-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 = ["web-rtc", "stack", "pion"]
(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.
webrtc
Dependency smol_str 0.2 is a bit outdated
Consider upgrading to 0.3.2 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["data-channel", "stack", "media", "ice", "pure"]
(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.
sctp-proto
Dependency thiserror 1.0.58 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
sctp-proto, retty, async-transport, sfu, rtc-sctp, rtc-ice, webrtc-constraints, rtc-dtls, retty-io, rtc-rtcp, rtc-datachannel, rtc-rtp, rtc-shared, rtc-turn, rtc-srtp, rtc-stun, rtc-sdp
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
webrtc, interceptor, webrtc-mdns, webrtc-data
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::video", "web-programming"]
to theCargo.toml
.
webrtc, webrtc-util, rtp, webrtc-ice, stun, rtcp, webrtc-dtls, webrtc-srtp, interceptor, webrtc-mdns, turn, sdp, rmls, webrtc-sctp, webrtc-media, webrtc-data
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
webrtc, webrtc-ice, webrtc-sctp
Imprecise dependency requirement arc-swap = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
arc-swap = "1.7.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.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.
webrtc, webrtc-util, rtp, webrtc-ice, stun, webrtc-dtls, interceptor, sfu, turn, sdp, webrtc-sctp, webrtc-media
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
retty-io
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-08-04
This check is experimental.
Dependency cfg-if 0.1.9 is significantly outdated
Upgrade to 1.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency kernel32-sys 0.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency winapi 0.2.6 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency miow 0.2.2 is a bit outdated
Consider upgrading to 0.6.0 to get all the fixes and improvements.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.56, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
revc
Dependency y4m 0.6 is significantly outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clap 2 is outdated
Upgrade to 4.5.31 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency num-derive 0.3 is outdated
Upgrade to 0.4.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Imprecise dependency requirement clap = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.5.31"
. 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.Latest stable release is old
It's been over 4 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).If the crate is truly stable, why not make a 1.0.0 release?
Missing keywords
Help users find your crates. Add
keywords = ["codec", "video", "evc", "coding", "baseline"]
(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.Published crate contains binary files
The crate contains binary files (DOS exe). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
webrtc-dtls
Dependency der-parser 9.0 is outdated
Upgrade to 10.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand_core 0.6 is a bit outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Dependency x509-parser 0.16 is outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "multimedia::video"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "dtls", "pure"]
(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.
rmls
Dependency getrandom 0.2.10 is outdated
Consider upgrading to 0.3.1 to get all the fixes and improvements.
Dependency hpke 0.10.0 is outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand_chacha 0.3.1 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand_core 0.6.4 is a bit outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Dependency ring 0.16.20 is outdated
Upgrade to 0.17.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["security", "group", "mls", "messaging", "key"]
(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.Optional dependency 'hkdf' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'hkdf', 'ecdsa', 'aead', 'sha2', 'p384', 'sec1', 'chacha20poly1305', 'signature', 'ring', 'ed25519-dalek', 'aes-gcm', 'hmac', 'p256' may have been unintentional.
webrtc-mdns
Imprecise dependency requirement thiserror = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.11"
. 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.
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "mdns", "pure", "pion"]
(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.
split
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.Latest stable release is old
It's been over 7 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).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.
Missing keywords
Help users find your crates. Add
keywords = ["yuv", "rsplit", "webm", "bin", "input"]
(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.Published crate contains binary files
The crate contains binary files (static library). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
rtc-dtls
Dependency rcgen 0.12.1 is significantly outdated
Upgrade to 0.13.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency der-parser 9.0.0 is outdated
Upgrade to 10.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand_core 0.6.4 is a bit outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Dependency rustls 0.21.10 is outdated
Upgrade to 0.23.23 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency x509-parser 0.16.0 is outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["dtls", "web-rtc", "pion", "pure"]
(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.
turn
Imprecise dependency requirement thiserror = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.11"
. 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 keywords
Help users find your crates. Add
keywords = ["web-rtc", "pure", "pion"]
(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.
sfu
Dependency rcgen 0.12 is significantly outdated
Upgrade to 0.13.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.218"
. 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.Dependency retty 0.27.0 is outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rtc-datachannel 0.1 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency rtc-dtls 0.1.1 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency rtc-rtcp 0.1 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency rtc-rtp 0.1 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency rtc-sctp 0.1.1 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency rtc-sdp 0.1.1 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency rtc-shared 0.1.1 is outdated
Upgrade to 0.2.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rtc-srtp 0.1.1 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency rtc-stun 0.1.1 is outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls 0.21 is outdated
Upgrade to 0.23.23 to get all the fixes, and avoid causing duplicate dependencies in projects.
stun
Imprecise dependency requirement crc = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
crc = "3.2.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 = ["multimedia::video", "network-programming"]
to theCargo.toml
.
rtcp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia", "network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "pure", "voip"]
(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.
webrtc-util, rtp, rtcp, interceptor, rmls, webrtc-data
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.
rtp, stun, sdp
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "pure", "rewrite"]
(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.
rtp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::video", "network-programming"]
to theCargo.toml
.
webrtc-ice
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "ice", "pure"]
(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.
webrtc-ice, rtc-sctp, turn, webrtc-sctp, rtc-ice, rtc-datachannel, rtc-shared, rtc-turn, rtc-stun
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.
rsplit
Latest stable release is old
It's been over 7 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).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.
Missing keywords
Help users find your crates. Add
keywords = ["input", "yuv", "webm", "bin", "ivf"]
(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.Published crate contains binary files
The crate contains binary files (static library). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
webrtc-dtls, webrtc-srtp, webrtc-media
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
byteorder = "1.5.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.
async-transport
Dependency windows-sys 0.52.0 is outdated
Upgrade to 0.59.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'async-std' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'async-std', 'tokio', 'async-io', 'smol' may have been unintentional.
webrtc-constraints
Dependency indexmap 1.9.1 is outdated
Upgrade to 2.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ordered-float 3.0.0 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["stream", "media", "spec", "capture", "constraints"]
(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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.60, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
webrtc-srtp
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "srtp", "pure"]
(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.
webrtc-srtp, rmls, rtc-dtls, rtc-srtp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]
to theCargo.toml
.
interceptor
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "pure", "pluggable", "processors", "rtp-rtcp"]
(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.
rtc-shared
Dependency rcgen 0.12.1 is significantly outdated
Upgrade to 0.13.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.58 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "shared", "sans-io"]
(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.
rtc-sctp
Missing keywords
Help users find your crates. Add
keywords = ["sctp", "web-rtc", "sans-io", "pure", "style"]
(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.
sdp
Imprecise dependency requirement substring = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
substring = "1.4.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.
sdp, webrtc-media, webrtc-constraints
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia"]
to theCargo.toml
.
webrtc-sctp
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "sctp", "pure"]
(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.
webrtc-media
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "media", "pure", "api"]
(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.
webrtc-data
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "data-channel", "pure", "api"]
(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.
leetcoders, libwebm, rtc-interceptor
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
rtc-ice
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "ice", "pure", "pion"]
(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.
rtc-rtcp
Missing keywords
Help users find your crates. Add
keywords = ["rtcp", "web-rtc", "pure", "pion"]
(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.
rtc-datachannel
Missing keywords
Help users find your crates. Add
keywords = ["data-channel", "web-rtc", "pure"]
(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.
libwebm
Dependency rand 0.6.4 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency enum-primitive-derive 0.1.2 is outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 6 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).Missing keywords
Help users find your crates. Add
keywords = ["native", "libwebm"]
(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.
rtc-rtp
Missing keywords
Help users find your crates. Add
keywords = ["rtp", "web-rtc", "pure", "pion"]
(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.
rtc-turn
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "turn", "protocols", "sans-io"]
(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.
leetcoders
Dependency rand 0.6 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["let", "leetcoders"]
(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.
sctp-udp
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ngr\-tc/sctp\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency socket2 0.4 is significantly outdated
Upgrade to 0.5.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency windows-sys 0.36.1 is significantly outdated
Upgrade to 0.59.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 2 years. How did the experiment go? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).Dependency sctp-proto 0.1.2 is outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
rtc-srtp
Missing keywords
Help users find your crates. Add
keywords = ["srtp", "web-rtc", "rewrite"]
(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.
rtc-stun
Missing keywords
Help users find your crates. Add
keywords = ["stun", "web-rtc", "pure", "pion", "rewrite"]
(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.
rtc-sdp
Missing keywords
Help users find your crates. Add
keywords = ["sdp", "rtc", "web-rtc"]
(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.
sctp-udp, rtc-media, rtc-interceptor, rtc-mdns, sctp-async, quicly-proto, dcsctp, dcsctp-proto
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.
apprtc
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["server", "web-rtc", "demo", "developer", "guide"]
(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.
ortc, apprtc, sctp-udp, rtc-media, rtc-interceptor, rtc-mdns, examples, sctp-async
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
rtc-media
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["rtc", "media", "sans-io", "protocols", "ice"]
(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.
rtc-mdns
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming", "multimedia"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["rtc", "sans-io", "ortc", "mdns", "web-rtc"]
(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.
rtc-interceptor
Missing keywords
Help users find your crates. Add
keywords = ["rtc", "interceptor", "sans-io", "protocols", "ice"]
(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.
webrtc-udp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "udp", "listener", "pure", "connection-oriented"]
(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.
webrtc-peer
Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "peer-connection", "pure", "api"]
(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.
webrtc-peer, webrtc-sip, webrtc-udp
Latest stable release is old
It's been over 3 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).
webrtc-peer, webrtc-sip, webrtc-turn
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::video", "web-programming"]
to theCargo.toml
.
webrtc-sip
Missing keywords
Help users find your crates. Add
keywords = ["sip", "web-rtc", "pure"]
(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.
webrtc-turn
Dependency md-5 0.9.1 is significantly outdated
Upgrade to 0.10.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webrtc-util 0.1.17 is significantly outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency base64 0.13.0 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.2 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency ring 0.16.19 is outdated
Upgrade to 0.17.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["turn", "web-rtc", "pure", "pion"]
(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.
webrtc-stun
Dependency md-5 0.9.1 is significantly outdated
Upgrade to 0.10.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webrtc-util 0.1.6 is significantly outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency base64 0.13.0 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.0 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency ring 0.16.19 is outdated
Upgrade to 0.17.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "multimedia::video"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["stun", "web-rtc", "pure", "pion"]
(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.
sctp-async
Dependency crc 2.1.0 is significantly outdated
Upgrade to 3.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webrtc-util 0.5.2 is significantly outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Dependency rand 0.8.4 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency thiserror 1.0.30 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
examples
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::video"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "stack", "rewrite", "pion"]
(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.
quicly-proto
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/quic\-ly/quicly\.git
Incorrect category
Crate's categories property in
Cargo.toml
contains 'sans-io', which isn't a category we recognizelib.rs has simplified and merged some of crates.io categories. Please file a bug if we got it wrong.
dcsctp
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ngr\-tc/dcsctp\.git
dcsctp-proto
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ngr\-tc/dcsctp\.git
No issues found in: webrtc-pc webrtc-rtp webrtc-rtcp webrtc-rs-mdns webrtc-rs-util webrtc-rs-sctp webrtc-rs-turn webrtc-rs-stun webrtc-rs-srtp webrtc-rs-dtls webrtc-rs-rtcp webrtc-rs-media webrtc-rs-ice webrtc-rs-rtp webrtc-rs-sdp webrtc-rs
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.