cargo_metadata

Crates.iocargo_metadata
lib.rscargo_metadata
version
sourcesrc
created_at2017-01-24 10:16:04.030507
updated_at2024-12-03 12:20:12.521974
descriptionstructured access to the output of `cargo metadata`
homepage
repositoryhttps://github.com/oli-obk/cargo_metadata
max_upload_size
id8200
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Oli Scherer (oli-obk)

documentation

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 crates.io

Documentation

Commit count: 515

cargo fmt