include-cargo-toml2

Crates.ioinclude-cargo-toml2
lib.rsinclude-cargo-toml2
version0.3.1
sourcesrc
created_at2024-10-15 19:13:01.166381
updated_at2024-10-16 19:33:02.411624
descriptionLoad properties of Cargo.toml at compile time
homepage
repositoryhttps://github.com/slimboyfat/include-cargo-toml2
max_upload_size
id1409914
size12,552
(slimboyfat)

documentation

README

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.

Commit count: 1

cargo fmt