this-rs 0.0.8

Framework for building complex multi-entity REST and GraphQL APIs with many relationships
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# cargo-audit configuration
# Ignore known advisories in transitive dependencies with no fix available.

[advisories]
ignore = [
    # RSA Marvin Attack (medium severity) — transitive via sqlx-mysql → rsa 0.9.x
    # No fixed version available upstream.
    "RUSTSEC-2023-0071",

    # tokio-tar PAX extended header parsing — transitive via testcontainers
    # Only affects dev/test dependencies. No fixed version available.
    "RUSTSEC-2025-0111",
]