oatf 0.4.0

Rust SDK for the Open Agent Threat Format (OATF)
Documentation
[advisories]
ignore = [
    # paste is unmaintained but it's a transitive dep via cel, no fix available
    { id = "RUSTSEC-2024-0436", reason = "transitive dep via cel crate, no upgrade path" },
]

[licenses]
allow = [
    "MIT",
    "Apache-2.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Unicode-3.0",
    "Unicode-DFS-2016",
]

[bans]
multiple-versions = "warn"
wildcards = "deny"
deny = [
    { crate = "serde_yaml", reason = "Use serde-saphyr instead (architectural decision)" },
    { crate = "serde_yml", reason = "Use serde-saphyr instead (architectural decision)" },
]

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []