mantra 0.6.0

`mantra` offers a lightweight approach for requirement tracing and coverage.
Documentation
{
    "test_runs": [
        {
            "name": "usage-test",
            "date": "+002024-06-11T13:07:43.346392800Z",
            "nr_of_tests": 1,
            "meta": {
                "binary": "target\\debug\\usage"
            },
            "logs": "",
            "tests": [
                {
                    "name": "traces::test::test_fn",
                    "filepath": "src/traces.rs",
                    "line": 8,
                    "state": "Passed",
                    "covered_traces": [
                        {
                            "req_id": "other_id",
                            "filepath": "src/traces.rs",
                            "line": 7
                        },
                        {
                            "req_id": "bad_id",
                            "filepath": "src/traces.rs",
                            "line": 7
                        },
                        {
                            "req_id": "main_id",
                            "filepath": "src/traces.rs",
                            "line": 1
                        }
                    ],
                    "covered_lines": []
                }
            ]
        }
    ]
}