#cargo-build #build-script #instructions #build #cargo #build-tool #tool

build vergen

Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the 'env!' macro

105 releases (stable)

9.0.0-beta.2 Feb 3, 2024
8.3.1 Jan 17, 2024
8.2.6 Nov 5, 2023
8.2.4 Jul 5, 2023
0.0.6 Mar 26, 2015

#5 in Build Utils

Download history 84169/week @ 2024-01-03 92428/week @ 2024-01-10 111882/week @ 2024-01-17 99791/week @ 2024-01-24 100809/week @ 2024-01-31 98657/week @ 2024-02-07 92906/week @ 2024-02-14 96159/week @ 2024-02-21 99971/week @ 2024-02-28 104236/week @ 2024-03-06 111657/week @ 2024-03-13 111272/week @ 2024-03-20 104896/week @ 2024-03-27 112084/week @ 2024-04-03 116126/week @ 2024-04-10 91572/week @ 2024-04-17

447,386 downloads per month
Used in 370 crates (156 directly)

MIT/Apache

195KB
3.5K SLoC

vergen - A suite of libraries for generating cargo instructions from a Cargo build script

vergen, vergen-git2, vergen-gitcl, vergen-gix. vergen-pretty

When used in conjunction with cargo build scripts can emit the following output:

vergen-pretty is a macro and pretty printer for vergen based cargo instruction output.

Current Releases

vergen

docs.rs Crates.io Crates.io Crates.io codecov CI sponsor

vergen-git2

docs.rs Crates.io Crates.io Crates.io

vergen-gitcl

docs.rs Crates.io Crates.io Crates.io

vergen-gix

docs.rs Crates.io Crates.io Crates.io

vergen-pretty

docs.rs Crates.io Crates.io Crates.io

MSRV

The current minimum supported rust version is 1.70.0

⚠️ Notes on version 9 ⚠️

  • Version 9 introduces 3 new libraries, vergen-git2, vergen-gitcl, and vergen-gix that will be versioned independently from vergen.
  • The 3 new libraries are intended to be drop in replacements for vergen when you need to generate git based cargo build script instructions.
  • The git based features have been removed from the base vergen library.
  • vergen now contains the build, cargo, rustc, and sysinfo feature implementations. These features are re-exported by the new libraries allowing you to configure the output as you have previously.
  • Version 9 introduces the AddCustomEntries trait. Implementing this trait allows you to include your own custom Cargo instructions, using vergen as the engine to generate them. See the AddCustomEntries docs for more information.
  • The version 8 branch will be maintained for some time.

Why?

This was done to resolve issues with Cargo feature unification and mutually exclusive features. Previous versions of vergen had 3 mutually exclusive features (git2, gitcl, and gix). Feature unification could cause compilation issues if you had included a dependency that also used vergen but had configured a different git feature. Splitting the git backends into separate libraries helps alleviate this issue.

Migration from version 8

See the documentation at MIGRATING_v8_to_v9.md

Documentation

Contributing

See the documentation at CONTRIBUTING.md

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~2–29MB
~403K SLoC