daimon 0.19.0

A Rust-native AI agent framework
[graph]
all-features = true

[advisories]
unmaintained = "workspace"
ignore = [
    # All remaining advisories below are old rustls-webpki lines pinned by
    # transitive dependencies, not by first-party code. We already updated
    # the first-party rustls-webpki to 0.103.13 (patched); these instances
    # can only move once the pinning dependency moves.
    #
    # rustls-webpki 0.101.7 via the AWS SDK (aws-smithy-http-client ->
    # rustls 0.21). No fixed release in that chain; revisit when the AWS
    # SDK migrates to rustls 0.23.
    "RUSTSEC-2026-0098",
    "RUSTSEC-2026-0099",
    "RUSTSEC-2026-0104",
]

[licenses]
allow = [
    "MIT",
    "MIT-0",
    "Apache-2.0",
    "BSL-1.0",
    "CDLA-Permissive-2.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Unicode-3.0",
    "Unicode-DFS-2016",
    "Zlib",
    "OpenSSL",
]
confidence-threshold = 0.8

[bans]
multiple-versions = "warn"
wildcards = "deny"