1 unstable release
0.3.1 | Oct 16, 2024 |
---|---|
0.3.0 |
|
0.2.0 |
|
0.1.0 |
|
#590 in Build Utils
336 downloads per month
10KB
150 lines
Parse all properties of Cargo.toml
at compile time
This 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.
This crate is a fork of include-cargo-toml https://github.com/cpu-runtime/include-cargo-toml.
lib.rs
:
This crate provides a macro called include_toml!
which parses properties of Cargo.toml
at compile time.
Dependencies
~2MB
~45K SLoC