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

app cargo-config

cargo-config 允许您在命令行中读取项目的 Cargo.toml 文件中的信息。在精神上类似于 git config。

2 个版本

使用旧的 Rust 2015

0.1.1 2015年10月15日
0.1.0 2015年10月15日

#10#spirit

Download history • Rust 包仓库 280/week @ 2024-03-11 • Rust 包仓库 181/week @ 2024-03-18 • Rust 包仓库 153/week @ 2024-03-25 • Rust 包仓库 423/week @ 2024-04-01 • Rust 包仓库 234/week @ 2024-04-08 • Rust 包仓库 287/week @ 2024-04-15 • Rust 包仓库 269/week @ 2024-04-22 • Rust 包仓库 167/week @ 2024-04-29 • Rust 包仓库 278/week @ 2024-05-06 • Rust 包仓库 503/week @ 2024-05-13 • Rust 包仓库 237/week @ 2024-05-20 • Rust 包仓库 286/week @ 2024-05-27 • Rust 包仓库 278/week @ 2024-06-03 • Rust 包仓库 401/week @ 2024-06-10 • Rust 包仓库 779/week @ 2024-06-17 • Rust 包仓库 484/week @ 2024-06-24 • Rust 包仓库

1,945 每月下载次数

Apache-2.0/MIT

6KB

描述

cargo-config 允许您在命令行中读取项目的 Cargo.toml 文件中的信息。在精神上类似于 git config

用法

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

许可

像 Rust 和 Cargo 一样,cargo-config 在 MIT 许可证和 Apache 许可证(版本 2.0)下双许可。

有关详细信息,请参阅 LICENSE-APACHE 和 LICENSE-MIT。

依赖

~370KB