16 stable releases

new 1.14.0 Feb 25, 2025
1.13.0 Oct 28, 2024
1.12.0 Apr 9, 2024
1.11.1 Feb 6, 2024
1.0.1 Mar 20, 2023

#227 in Magic Beans

Download history 3020/week @ 2024-11-02 2541/week @ 2024-11-09 2877/week @ 2024-11-16 3380/week @ 2024-11-23 3188/week @ 2024-11-30 2483/week @ 2024-12-07 2038/week @ 2024-12-14 1145/week @ 2024-12-21 1472/week @ 2024-12-28 2567/week @ 2025-01-04 2664/week @ 2025-01-11 2325/week @ 2025-01-18 4005/week @ 2025-01-25 3143/week @ 2025-02-01 2845/week @ 2025-02-08 1154/week @ 2025-02-15

11,514 downloads per month
Used in 5 crates

MIT license

50KB
954 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.8MB
~38K SLoC