{
  "files": [
    ".pre-commit-config.yaml",
    "LICENSE.txt",
    "pyproject.toml",
    "README.rst",
    ".readthedocs.yml",
    ".gitignore",
    "scripts/coverage_server.py",
    "scripts/coverage.sh",
    "scripts/ref_leak_test.py",
    "scripts/speed_test.py",
    "rust/decoder.rs",
    "rust/Cargo.lock",
    "rust/utils.rs",
    "rust/Cargo.toml",
    "rust/build.rs",
    "rust/types.rs",
    "rust/lib.rs",
    "rust/encoder.rs",
    "docs/customizing.rst",
    "docs/index.rst",
    "docs/versionhistory.rst",
    "docs/api.rst",
    "docs/usage.rst",
    "docs/conf.py",
    "python/cbor2/py.typed",
    "python/cbor2/__init__.py",
    "python/cbor2/tool.py",
    "python/cbor2/__init__.pyi",
    "tests/test_tool.py",
    "tests/__init__.py",
    "tests/examples.json",
    "tests/test_decoder.py",
    "tests/examples.cbor.b64",
    "tests/hypothesis_strategies.py",
    "tests/test_encoder.py",
    "tests/test_types.py",
    "tests/fuzzers/loads_fuzzer.py",
    "benchmarks/README.rst",
    "benchmarks/tests/test_vs_json.py",
    "benchmarks/tests/conftest.py",
    ".github/SECURITY.md",
    ".github/pull_request_template.md",
    ".github/dependabot.yml",
    ".github/FUNDING.yml",
    ".github/ISSUE_TEMPLATE/features_request.yaml",
    ".github/ISSUE_TEMPLATE/bug_report.yaml",
    ".github/ISSUE_TEMPLATE/config.yml",
    ".github/workflows/test.yml",
    ".github/workflows/publish.yml"
  ]
}
