Blob Blame History Raw
--- clap-2.32.0/Cargo.toml	1970-01-01T01:00:00+01:00
+++ clap-2.32.0/Cargo.toml	2018-10-27T13:26:16.778957+02:00
@@ -14,7 +14,7 @@
 name = "clap"
 version = "2.32.0"
 authors = ["Kevin K. <kbknapp@gmail.com>"]
-exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
+exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot", "/.appveyor.yml", "/.clog.toml", "/.github/*", "/.mention-bot", "/.travis.yml", "/index.html", "/justfile"]
 description = "A simple to use, efficient, and full featured  Command Line Argument Parser\n"
 homepage = "https://clap.rs/"
 documentation = "https://docs.rs/clap/"
@@ -71,12 +71,8 @@
 [dependencies.bitflags]
 version = "1.0"
 
-[dependencies.clippy]
-version = "~0.0.166"
-optional = true
-
 [dependencies.strsim]
-version = "0.7.0"
+version = "0.8.0"
 optional = true
 
 [dependencies.term_size]
@@ -110,7 +106,6 @@
 debug = []
 default = ["suggestions", "color", "vec_map"]
 doc = ["yaml"]
-lints = ["clippy"]
 nightly = []
 no_cargo = []
 suggestions = ["strsim"]