15 stable releases

new 1.13.0 Oct 28, 2024
1.12.0 Apr 9, 2024
1.11.1 Feb 6, 2024
1.10.0 Dec 20, 2023
1.0.1 Mar 20, 2023

#1 in #scarb

Download history 1247/week @ 2024-07-08 1939/week @ 2024-07-15 1879/week @ 2024-07-22 1803/week @ 2024-07-29 2310/week @ 2024-08-05 3728/week @ 2024-08-12 2435/week @ 2024-08-19 1860/week @ 2024-08-26 2973/week @ 2024-09-02 2858/week @ 2024-09-09 2927/week @ 2024-09-16 2383/week @ 2024-09-23 2749/week @ 2024-09-30 4047/week @ 2024-10-07 2831/week @ 2024-10-14 2408/week @ 2024-10-21

12,142 downloads per month
Used in 5 crates (4 directly)

MIT license

48KB
939 lines

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.

Credits

This crate has been inspired by, and includes relevant portions of, its Cargo counterpart cargo_metadata developed by Oli Scherer.


lib.rs:

Usually used by Scarb extensions and other developer tools.

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), this crate also exposes an ergonomic interface to collect metadata from Scarb: MetadataCommand.

Dependencies

~0.9–1.9MB
~39K SLoC