Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oli-obk/cargo_metadata
https://github.com/oli-obk/cargo_metadata
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/oli-obk/cargo_metadata
- Owner: oli-obk
- License: mit
- Created: 2017-01-24T10:14:02.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T06:08:42.000Z (4 months ago)
- Last Synced: 2024-10-29T12:22:02.502Z (15 days ago)
- Language: Rust
- Size: 464 KB
- Stars: 171
- Watchers: 10
- Forks: 91
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# cargo_metadata
Structured access to the output of `cargo metadata`. Usually used from within a `cargo-*` executable.
Also supports serialization to aid in implementing `--message-format=json`-like
output generation in `cargo-*` subcommands, since some of the types in what
`cargo --message-format=json` emits are exactly the same as the ones from `cargo metadata`.[![Build Status](https://github.com/oli-obk/cargo_metadata/workflows/CI/badge.svg?branch=main)](https://github.com/oli-obk/cargo_metadata/actions/workflows/main.yml?query=branch%3Amain)
[![crates.io](https://img.shields.io/crates/v/cargo_metadata.svg)](https://crates.io/crates/cargo_metadata)[Documentation](https://docs.rs/cargo_metadata/)