6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-3q0q9Bj/DPuDmHu2G9jrABFXU8xgbUUS7iTBguVWR5s=";
17 cargoHash = "sha256-bh72u1AvM6bGNQCjyu6GdAiK0jw5lE0SIdYzaZEjYg8=";
19 cargoBuildFlags = [ "-p=rsonpath" ];
20 cargoTestFlags = cargoBuildFlags;
23 description = "Experimental JSONPath engine for querying massive streamed datasets";
24 homepage = "https://github.com/v0ldek/rsonpath";
25 changelog = "https://github.com/v0ldek/rsonpath/blob/${src.rev}/CHANGELOG.md";
26 license = licenses.mit;
27 maintainers = with maintainers; [ figsoda ];