buffed 0.1.0

Traits & implementation of parsing buffered IO
Documentation
# https://embarkstudios.github.io/cargo-deny
targets = []
all-features = true
no-default-features = false
feature-depth = 1

[advisories]
vulnerability = "deny"
unsound = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "warn"
ignore = [
    #"RUSTSEC-0000-0000",
]
severity-threshold = "Low"
#git-fetch-with-cli = true

[licenses]
unlicensed = "deny"
allow = [
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
]
deny = [
    "Nokia",
]
copyleft = "warn"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.9

[[licenses.exceptions]]
name = "unicode-ident"
version = "*"
allow = ["Unicode-DFS-2016"]

#[[licenses.clarify]]
#name = "ring"
#version = "*"
#expression = "MIT AND ISC AND OpenSSL"
#license-files = [
    #{ path = "LICENSE", hash = 0xbd0eed23 }
#]

[licenses.private]
ignore = false
registries = []

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

#[[bans.allow]]
#name = "ansi_term"
#version = "=0.11.0"

#[[bans.deny]]
#name = "ansi_term"
#version = "=0.11.0"

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

[sources.allow-org]
# /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\
# WARN: You probably don't want to trust me (austreelis)
#       edit these out if you plan on using this file
# /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\ /!\
github = ["Austreelis", "bevyengine"]
gitlab = ["austreelis"]
bitbucket = []