cargo-config2

Load and resolve Cargo configuration.

APACHE-2.0 License

Downloads
1.4M
Stars
11
Committers
4

Bot releases are visible (Hide)

cargo-config2 - 0.1.29 Latest Release

Published by github-actions[bot] about 2 months ago

  • Support target.<triple>.rustdocflags that added in Cargo 1.78.
    Config::rustdocflags is a new recommended interface to get rustdocflags.
cargo-config2 - 0.1.28

Published by github-actions[bot] about 2 months ago

  • Support the [cargo-new] table. (#21, thanks @ranger-ross)
cargo-config2 - 0.1.27

Published by github-actions[bot] 2 months ago

  • Support the [http] table. (#20, thanks @ranger-ross)
cargo-config2 - 0.1.26

Published by github-actions[bot] 6 months ago

cargo-config2 - 0.1.25

Published by github-actions[bot] 6 months ago

  • Respect rustc_wrapper and rustc_workspace_wrapper in Config::{rustc_version, host_triple} to match the Cargo's new behavior. (Other APIs such as Config::rustc are already respecting wrappers.)
cargo-config2 - 0.1.24

Published by github-actions[bot] 7 months ago

  • Fix bug when merging array fields in config.
cargo-config2 - 0.1.23

Published by github-actions[bot] 7 months ago

  • Fix Config::rustc when both rustc_wrapper and rustc_workspace_wrapper are set.
cargo-config2 - 0.1.22

Published by github-actions[bot] 7 months ago

  • Implement From<&PathAndArgs> for std::process::Command.
cargo-config2 - 0.1.21

Published by github-actions[bot] 7 months ago

  • Add {RustcVersion,CargoVersion}::major_minor.
cargo-config2 - 0.1.20

Published by github-actions[bot] 7 months ago

  • Add Config::{rustc_version, cargo_version}.
cargo-config2 - 0.1.19

Published by github-actions[bot] 9 months ago

  • Update toml_edit to 0.22.
cargo-config2 - 0.1.18

Published by github-actions[bot] 9 months ago

  • Make home dependency Windows-only dependency.
cargo-config2 - 0.1.17

Published by github-actions[bot] 10 months ago

  • Remove dependency on once_cell.
cargo-config2 - 0.1.16

Published by github-actions[bot] 11 months ago

cargo-config2 - 0.1.15

Published by github-actions[bot] 12 months ago

  • Improve compile time.
cargo-config2 - 0.1.14

Published by github-actions[bot] about 1 year ago

  • Improve compile time.
cargo-config2 - 0.1.13

Published by github-actions[bot] about 1 year ago

  • Improve compatibility with old Cargo.
cargo-config2 - 0.1.12

Published by github-actions[bot] about 1 year ago

  • Improve robustness when new cfgs are added in the future.

  • Update toml to 0.8.

cargo-config2 - 0.1.11

Published by github-actions[bot] about 1 year ago

  • Remove dependency on shell-escape.
cargo-config2 - 0.1.10

Published by github-actions[bot] about 1 year ago

  • Remove dependency on cfg-expr.
Package Rankings
Top 13.06% on Crates.io
Badges
Extracted from project README
crates.io docs.rs license msrv github actions