rustnn 0.5.3

W3C WebNN implementation with ONNX, CoreML, and TensorRT backends [DO NOT USE IN PRODUCTION - Development Release]
[pytest]
markers =
    wpt: WebNN W3C Web Platform Tests
    requires_onnx_runtime: Test requires ONNX Runtime
    requires_coreml_runtime: Test requires CoreML Runtime
    benchmark: Performance benchmark tests
    slow: Slow-running tests (excluded by default)

# Test collection patterns
python_files = test_*.py
python_classes = Test*
python_functions = test_*

# Display options
console_output_style = progress
addopts =
    -v
    --tb=short
    --strict-markers

# Ignore patterns
norecursedirs = .git .venv .venv-* target build dist *.egg-info