14 stable releases

1.12.0 Apr 9, 2024
1.11.1 Feb 6, 2024
1.11.0 Jan 31, 2024
1.10.0 Dec 20, 2023
1.0.1 Mar 20, 2023

#965 in Magic Beans

Download history 814/week @ 2023-12-23 919/week @ 2023-12-30 617/week @ 2024-01-06 1276/week @ 2024-01-13 670/week @ 2024-01-20 833/week @ 2024-01-27 1285/week @ 2024-02-03 1317/week @ 2024-02-10 885/week @ 2024-02-17 922/week @ 2024-02-24 1627/week @ 2024-03-02 1447/week @ 2024-03-09 1362/week @ 2024-03-16 1522/week @ 2024-03-23 1135/week @ 2024-03-30 1746/week @ 2024-04-06

6,064 downloads per month
Used in 4 crates (3 directly)

MIT license

46KB
902 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.7MB
~37K SLoC