Crates.io | scarb-metadata |
lib.rs | scarb-metadata |
version | 1.13.0 |
source | src |
created_at | 2023-03-17 08:03:48.559415 |
updated_at | 2024-10-28 20:33:35.630833 |
description | Structured access to the output of `scarb metadata` |
homepage | https://docs.swmansion.com/scarb |
repository | https://github.com/software-mansion/scarb |
max_upload_size | |
id | 812525 |
size | 53,113 |
scarb-metadata
This crate provides structured access to the output of scarb metadata
command.
Scarb is a build toolchain and package manager for
the Cairo language.
See the Scarb documentation for details on
Scarb itself.
With the command
feature (enabled by default), it also exposes an ergonomic interface to collect metadata from Scarb.
This crate has been inspired by, and includes relevant portions of, its Cargo
counterpart cargo_metadata
developed by Oli Scherer.