1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-9q2HtNzsRO0/5gcmxUfWuQlWsfvw/A21WEXZlifCUjY=";
12 cargoHash = "sha256-laOM7LpmsCpLcm4kPRsJiXHoKR58RCuQxVO5Z78beWI=";
15 description = "Very small CLI for converting TOML to JSON";
16 mainProgram = "toml2json";
17 homepage = "https://github.com/woodruffw/toml2json";
18 license = with licenses; [ mit ];
19 maintainers = with maintainers; [ rvarago ];