1 { lib, stdenv, rustPlatform, fetchurl, Security }:
3 rustPlatform.buildRustPackage rec {
8 url = "https://github.com/trinsic-id/okapi/releases/download/v${version}/okapi-vendor-${version}.tar.gz";
9 sha256 = "sha256-wszpCzh1VhqBlox7ywWi6WKUmxQUTsf5N5IiJumlEbM=";
12 cargoVendorDir = "vendor";
15 buildInputs = lib.optionals stdenv.isDarwin [ Security ];
22 description = "Okapi Library";
24 Collection of tools that support workflows for working
25 with authentic data and identity management
27 homepage = "https://github.com/trinsic-id/okapi";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ tmarkovski ];