Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Keep your dependencies up-to-date

License

NotificationsYou must be signed in to change notification settings

deps-rs/deps.rs

Repository files navigation

dependency statusGitHub license

A screenshot showing the deps.rs status of the libc crate

Deps.rs is a service that shows you at a glance if any of your dependencies are out of date or insecure.This works by comparing the dependencies in a project'sCargo.toml to the latest versions in the crates.io database.For security-related information, we query the RustSec Security Advisory Database.

We currently support projects and crates hosted on crates.io, Github, Gitlab, Bitbucket, and SourceHut.To analyze the state of your dependencies you can use the following URLs:

  • for projects on crates.io:https://deps.rs/crate/<NAME>
  • for projects on Github, Gitlab, Bitbucket, SourceHut, Codeberg, or Gitea:https://deps.rs/repo/<HOSTER>/<USER>/<REPO> (where<HOSTER> is eithergithub,gitlab,bitbucket,sourcehut,codeberg, orgitea/<DOMAIN>)

Badges

On the analysis page, you will also find the markdown code to include a fancy badge in your project README so visitors (and you) can see at a glance if your dependencies are still up to date!

Badges have a few options, specified with query parameters:

  • style: which matches the styles fromshields.io:
    • ?style=flat (default)
    • ?style=flat-square
    • ?style=for-the-badge
  • subject: customize the text on the left (which is the same concept aslabel inshields.io, andURL-Encoding is needed for spaces or special characters!). e.g.:
    • ?subject=yourdeps
    • ?subject=git%20deps
    • ?subject=deps%3Acore

Contributing

We are always looking for help from the community! Feel like a feature is missing? Found a bug?Open an issue!

Do you want to contribute? Then browse thelist of open issues and ask if you can take care of it.

Building the project

To get started on the project simply clone the repository and run the build:

git clone https://github.com/deps-rs/deps.rscd deps.rscargo run

The started development server will listen on port 8080 on localhost, so you just have to point your browser tohttp://localhost:8080 to see if it works.

Copyright and License

Copyright 2018 Sam Rijs and Contributors

Licensed under the Apache License, Version 2.0 (the "License").You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

About

Keep your dependencies up-to-date

Topics

Resources

License

Stars

Watchers

Forks

Contributors22

Languages


[8]ページ先頭

©2009-2025 Movatter.jp