crane/lib
Ivan Petkov aab6d4f865
vendorMultipleCargoDeps: fix deduplication logic (#289)
* We should ignore the package.dependencies array since it can cause
  problems
2023-04-02 23:46:24 +00:00
..
setupHooks feat: add cargoLlvmCov (#267) 2023-03-19 23:44:14 +00:00
buildDepsOnly.nix buildDepsOnly: warn if both src and dummySrc are set (#247) 2023-02-19 17:46:57 +00:00
buildPackage.nix removeReferencesToVendoredSourcesHook: use a single sed invocation (#167) 2022-11-17 17:00:25 -08:00
cargoAudit.nix cargoAudit: use mkCargoDerivation instead of cargoBuild 2022-10-09 09:40:53 -10:00
cargoBuild.nix cargoBuild: do not run tests 2022-10-09 12:56:21 -10:00
cargoClippy.nix cargoClippy: use mkCargoDerivation instead of cargoBuild 2022-10-09 09:40:53 -10:00
cargoDoc.nix Eliminate dead code (#148) 2022-10-23 23:20:22 +00:00
cargoFmt.nix cargoFmt: use mkCargoDerivation instead of cargoBuild 2022-10-09 09:40:53 -10:00
cargoLlvmCov.nix feat: add cargoLlvmCov (#267) 2023-03-19 23:44:14 +00:00
cargoNextest.nix Run nixpkgs-fmt 2022-11-20 16:28:49 -08:00
cargoTarpaulin.nix Eliminate dead code (#148) 2022-10-23 23:20:22 +00:00
cargoTest.nix Add cargoTest for running crate tests (#132) 2022-10-09 21:00:17 +00:00
cleanCargoSource.nix Add cleanCargoSource and filterCargoSources (#110) 2022-09-21 01:27:47 +00:00
cleanCargoToml.nix checks: add tests for building crates using workspace inheritance (#147) 2022-10-23 22:56:18 +00:00
crateNameFromCargoToml.nix crateNameFromCargoToml: make warnings more useful (#282) 2023-03-29 04:21:28 +00:00
default.nix Add support for building standard library crates (#287) 2023-04-02 17:57:17 +00:00
downloadCargoPackage.nix Allow passing arbitrary fetchurl args per registry (#168) 2022-11-20 16:22:13 -08:00
downloadCargoPackageFromGit.nix Properly handle workspace inheritance in git dependencies (#224) 2023-01-21 16:46:32 -08:00
filterCargoSources.nix Add cleanCargoSource and filterCargoSources (#110) 2022-09-21 01:27:47 +00:00
findCargoFiles.nix Eliminate dead code (#148) 2022-10-23 23:20:22 +00:00
internalCrateNameFromCargoToml.nix Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
mkCargoDerivation.nix feat: add cargoLockParsed option (#270) 2023-03-20 00:33:17 +00:00
mkDummySrc.nix feat: add support for bindeps feature (#258) 2023-03-06 17:24:21 -08:00
path.nix Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
registryFromDownloadUrl.nix Run nixpkgs-fmt 2022-11-20 16:28:49 -08:00
registryFromGitIndex.nix Run nixpkgs-fmt 2022-11-20 16:28:49 -08:00
urlForCargoPackage.nix Run nixpkgs-fmt 2022-11-20 16:28:49 -08:00
vendorCargoDeps.nix Add support for building standard library crates (#287) 2023-04-02 17:57:17 +00:00
vendorCargoRegistries.nix Add support for building standard library crates (#287) 2023-04-02 17:57:17 +00:00
vendorGitDeps.nix Eliminate dead code (#148) 2022-10-23 23:20:22 +00:00
vendorMultipleCargoDeps.nix vendorMultipleCargoDeps: fix deduplication logic (#289) 2023-04-02 23:46:24 +00:00
writeTOML.nix Minor cleanup 2022-06-02 19:49:44 -07:00