#cargo-toml #read #git-config #information #command-line #spirit

app cargo-config

cargo-config allows you get to read information from a project's Cargo.toml file on the command line. Similar in spirit to git config.

2 releases

Uses old Rust 2015

0.1.1 Oct 15, 2015
0.1.0 Oct 15, 2015

#10 in #spirit

Download history 34/week @ 2024-07-22 27/week @ 2024-07-29 23/week @ 2024-08-05 45/week @ 2024-08-12 14/week @ 2024-08-19 42/week @ 2024-08-26 54/week @ 2024-09-02 61/week @ 2024-09-09 43/week @ 2024-09-16 67/week @ 2024-09-23 38/week @ 2024-09-30 50/week @ 2024-10-07 62/week @ 2024-10-14 27/week @ 2024-10-21 23/week @ 2024-10-28 65/week @ 2024-11-04

184 downloads per month

Apache-2.0/MIT

6KB

Description

cargo-config allows you get to read information from a project's Cargo.toml file on the command line. Similar in spirit to git config

Usage

cargo config package.name # "cargo-config"
cargo config package.authors # ["Wesley Wiser <wwiser@gmail.com>"]

License

Like Rust and Cargo, cargo-config is dual licensed under both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Dependencies

~370KB