#cargo #spirit #command-line

archived 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
Download history 119/week @ 2023-10-19 54/week @ 2023-10-26 125/week @ 2023-11-02 69/week @ 2023-11-09 120/week @ 2023-11-16 259/week @ 2023-11-23 113/week @ 2023-11-30 263/week @ 2023-12-07 184/week @ 2023-12-14 92/week @ 2023-12-21 55/week @ 2023-12-28 147/week @ 2024-01-04 122/week @ 2024-01-11 116/week @ 2024-01-18 132/week @ 2024-01-25 127/week @ 2024-02-01

519 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