[]
# List of allowed licenses for dependencies
= ["MIT", "Apache-2.0", "Unicode-DFS-2016"]
[]
# Lint level for when multiple versions of the same crate are detected
= "warn"
# The graph highlighting used when creating dotgraphs for crates with multiple versions
# Options: "lowest-version", "simplest-path", "all"
= "all"
# Certain crates/versions that will be skipped when doing duplicate detection.
= []
# Similarly to `skip` allows you to skip certain crates during duplicate detection, unlike skip, it also includes the entire tree of transitive dependencies starting at the specified crate, up to a certain depth, which is by default infinite
= []
[]
# List of advisory IDs to ignore
= []