graphql-codegen-rust 0.1.0

Generate Rust ORM code from GraphQL schemas
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[advisories]
# The lint level for security vulnerabilities
vulnerability = "deny"
# The lint level for unmaintained crates
unmaintained = "warn"
# The lint level for crates with security notices
notice = "warn"
# A list of advisory IDs to ignore
ignore = [
    # rsa v0.9.8: Marvin Attack vulnerability - no fix available yet
    "RUSTSEC-2023-0071",
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score lower
# than this value will be ignored.
severity-threshold = "Medium"