[go: up one dir, main page]

cargo_metadata 0.2.3

structured access to the output of `cargo metadata`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cargo_metadata"
version = "0.2.3"
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
repository = "https://github.com/oli-obk/cargo_metadata"
description = "structured access to the output of `cargo metadata`"
license = "MIT"

[dependencies]
serde = "1.0.2"
serde_json = "1.0.1"
serde_derive = "1.0.2"