josekit 0.8.6

JOSE (Javascript Object Signing and Encryption) library for Rust.
Documentation
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "lldb",
            "request": "launch",
            "name": "Debug unit tests in executable 'josekit'",
            "cargo": {
                "args": [
                    "test",
                    "--no-run",
                    "--lib=josekit",
                    "--package=josekit"
                ],
                "filter": {
                    "name": "josekit",
                    "kind": "lib"
                }
            },
            "args": [],
            "cwd": "${workspaceFolder}"
        }
    ]
}