update-available 0.2.0

A library to check for updates of a crate on crates.io, GitHub or Gitea.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[licenses]

version = 2

private = { ignore = true }

confidence-threshold = 0.93 # We want really high confidence when inferring licenses from text

allow = [

    "Apache-2.0",

    "BSD-3-Clause",

    "CDLA-Permissive-2.0",

    "ISC",

    "MIT",

    "Unicode-3.0"

]

exceptions = []



[bans]

multiple-versions = "allow"