workos 0.8.0

Rust SDK for interacting with the WorkOS API.
Documentation
[graph]
all-features = true

[advisories]
ignore = [
    { id = "RUSTSEC-2023-0071", reason = "No safe upgrade available for `rsa`." },
]

[bans]
allow-wildcard-paths = true
multiple-versions = "allow"
wildcards = "deny"

[licenses]
allow = [
    "Apache-2.0",
    "BSD-3-Clause",
    "CDLA-Permissive-2.0",
    "ISC",
    "MIT",
    "OpenSSL",
    "Unicode-3.0",
]
confidence-threshold = 1.0

[licenses.private]
ignore = true

[sources]
unknown-git = "deny"
unknown-registry = "deny"