#cargo-toml #git-config #information #read #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 108/week @ 2023-12-19 29/week @ 2023-12-26 63/week @ 2024-01-02 126/week @ 2024-01-09 61/week @ 2024-01-16 103/week @ 2024-01-23 136/week @ 2024-01-30 207/week @ 2024-02-06 237/week @ 2024-02-13 304/week @ 2024-02-20 205/week @ 2024-02-27 101/week @ 2024-03-05 278/week @ 2024-03-12 190/week @ 2024-03-19 122/week @ 2024-03-26 431/week @ 2024-04-02

1,055 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

~365KB