]> code.octet-stream.net Git - hashgood/blobdiff - Cargo.toml
Upgrade dependencies to get termcolor which supports NO_COLOR
[hashgood] / Cargo.toml
index 1f68f352279ec83372e8e3fe2759dab3341e9681..e586729c22bfcd62bc0d9588b8731ce4b13b8f25 100644 (file)
@@ -9,6 +9,12 @@ structopt = "0.3.4"
 hex = "0.4.0"
 rust-crypto = "0.2.36"
 crossbeam-channel = "0.4.0"
-termcolor = "1.0.5"
-clipboard = "0.5.0"
+termcolor = "1.0.12"
 regex = "1"
+
+[dependencies.clipboard]
+version = "0.5.0"
+optional = true
+
+[features]
+paste = ["clipboard"]