Crates.io | include-cargo-toml |
lib.rs | include-cargo-toml |
version | 0.1.0 |
source | src |
created_at | 2022-01-06 18:18:54.379016 |
updated_at | 2022-01-06 18:18:54.379016 |
description | Load properties of Cargo.toml at compile time |
homepage | |
repository | https://github.com/cpu-runtime/include-cargo-toml |
max_upload_size | |
id | 509112 |
size | 10,845 |
Cargo.toml
at compile timeThis Rust crate provides a macro to parse Cargo.toml
.
This can be useful to implement a --version
flag that does not need to be updated manually each time a new version is released.
Using clap might be a little bit of an overload in some cases.