[graph]
all-features = true
targets = [
"aarch64-apple-darwin",
"aarch64-pc-windows-msvc",
"aarch64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
]
[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"
[licenses]
confidence-threshold = 0.93
include-dev = true
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-3-Clause",
"BSL-1.0",
"ISC",
"MIT",
"Unicode-3.0",
"Unlicense",
"Zlib",
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = ["https://github.com/A3S-Lab/ORM.git"]
required-git-spec = "rev"