Reduce regex features (#526)

This commit is contained in:
Paolo Barbolini
2020-12-26 19:42:52 +01:00
committed by GitHub
parent 1a0c344c91
commit 54cd221de7

View File

@@ -29,7 +29,7 @@ rand = { version = "0.7", optional = true }
quoted_printable = { version = "0.4", optional = true }
base64 = { version = "0.13", optional = true }
once_cell = "1"
regex = "1"
regex = { version = "1", default-features = false, features = ["std"] }
# file transport
serde = { version = "1", optional = true, features = ["derive"] }