depot/third_party/nixpkgs/pkgs/tools/toml2nix/default.nix
Default email 8ac5e011d6 Project import generated by Copybara.
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
2020-04-24 19:36:52 -04:00

18 lines
484 B
Nix

# Generated by carnix 0.9.7: carnix generate-nix
{ lib, buildPlatform, buildRustCrate, buildRustCrateHelpers, cratesIO, fetchgit }:
with buildRustCrateHelpers;
let inherit (lib.lists) fold;
inherit (lib.attrsets) recursiveUpdate;
in
let crates = cratesIO; in
rec {
toml2nix = crates.crates.toml2nix."0.1.1" deps;
__all = [ (toml2nix {}) ];
deps.serde."1.0.84" = {};
deps.toml."0.4.10" = {
serde = "1.0.84";
};
deps.toml2nix."0.1.1" = {
toml = "0.4.10";
};
}