aedb 0.3.1

Embedded Rust storage engine with transactional commits, WAL durability, and snapshot-consistent reads
Documentation
[graph]
all-features = true

[advisories]
version = 2
yanked = "deny"
# quick-xml 0.26 advisories reached via pprof -> inferno (dev-dependency: flamegraph
# profiling only, never part of shipped artifacts). pprof 0.15 (latest) still pins
# inferno ^0.11 -> quick-xml ^0.26, so no upgrade path exists yet; remove these once
# pprof adopts inferno >= 0.12 (quick-xml >= 0.37).
ignore = [
    "RUSTSEC-2026-0194",
    "RUSTSEC-2026-0195",
]

[licenses]
version = 2
confidence-threshold = 0.8
allow = [
    "Apache-2.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "MIT",
    "MPL-2.0",
    "Unicode-3.0",
]

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

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